]> cat aescling's git repositories - mastodon.git/commit
Adding remote follow button
authorEugen Rochko <eugen@zeonfederated.com>
Sun, 1 Jan 2017 18:52:25 +0000 (19:52 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Sun, 1 Jan 2017 18:54:34 +0000 (19:54 +0100)
commit8f47f6a7ec4bdbf0a540efe3a3f9c6b493b2dc34
treea5d6512339d4886a0261c194b3e138e48aa4cfe8
parent91c542645574aaa0173e05a72e1c2ee562655469
Adding remote follow button
Gemfile.lock
app/assets/javascripts/components/features/account/components/header.jsx
app/assets/stylesheets/components.scss
app/controllers/remote_follow_controller.rb [new file with mode: 0644]
app/models/remote_follow.rb [new file with mode: 0644]
app/views/accounts/_header.html.haml
app/views/authorize_follow/_card.html.haml [new file with mode: 0644]
app/views/authorize_follow/new.html.haml
app/views/remote_follow/new.html.haml [new file with mode: 0644]
config/locales/en.yml
config/routes.rb