Adding public following and followers pages, fix #3
Showing
- app/assets/stylesheets/accounts.scss 122 additions, 1 deletionapp/assets/stylesheets/accounts.scss
- app/controllers/accounts_controller.rb 8 additions, 0 deletionsapp/controllers/accounts_controller.rb
- app/helpers/accounts_helper.rb 3 additions, 1 deletionapp/helpers/accounts_helper.rb
- app/views/accounts/_grid_card.html.haml 8 additions, 0 deletionsapp/views/accounts/_grid_card.html.haml
- app/views/accounts/_header.html.haml 20 additions, 0 deletionsapp/views/accounts/_header.html.haml
- app/views/accounts/_nothing_here.html.haml 1 addition, 0 deletionsapp/views/accounts/_nothing_here.html.haml
- app/views/accounts/followers.html.haml 14 additions, 0 deletionsapp/views/accounts/followers.html.haml
- app/views/accounts/following.html.haml 15 additions, 0 deletionsapp/views/accounts/following.html.haml
- app/views/accounts/show.html.haml 2 additions, 18 deletionsapp/views/accounts/show.html.haml
- config/routes.rb 5 additions, 0 deletionsconfig/routes.rb
- spec/controllers/accounts_controller_spec.rb 16 additions, 2 deletionsspec/controllers/accounts_controller_spec.rb
- spec/controllers/home_controller_spec.rb 1 addition, 1 deletionspec/controllers/home_controller_spec.rb
- spec/controllers/stream_entries_controller_spec.rb 2 additions, 2 deletionsspec/controllers/stream_entries_controller_spec.rb
- spec/controllers/xrd_controller_spec.rb 3 additions, 3 deletionsspec/controllers/xrd_controller_spec.rb
Loading
Please register or sign in to comment