]> cat aescling's git repositories - mastodon.git/commit
Adding public following and followers pages, fix #3
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 19 Mar 2016 13:02:30 +0000 (14:02 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Sat, 19 Mar 2016 13:02:30 +0000 (14:02 +0100)
commit71ae4dd3d2dbafc1ef6e7716c379d01ea194aafe
tree024ff59a43fb775105dd9936a094fb206725231e
parentc349200761bdbf5beac22648da07b0768addc4d6
Adding public following and followers pages, fix #3
14 files changed:
app/assets/stylesheets/accounts.scss
app/controllers/accounts_controller.rb
app/helpers/accounts_helper.rb
app/views/accounts/_grid_card.html.haml [new file with mode: 0644]
app/views/accounts/_header.html.haml [new file with mode: 0644]
app/views/accounts/_nothing_here.html.haml [new file with mode: 0644]
app/views/accounts/followers.html.haml [new file with mode: 0644]
app/views/accounts/following.html.haml [new file with mode: 0644]
app/views/accounts/show.html.haml
config/routes.rb
spec/controllers/accounts_controller_spec.rb
spec/controllers/home_controller_spec.rb
spec/controllers/stream_entries_controller_spec.rb
spec/controllers/xrd_controller_spec.rb