-
- Downloads
Merge branch 'project-default-view' into 'master'
Allow user to specify content he wants to see on project page Improvement to !938. Since a lot of people complain on fact they don't like to see README. Especially since we already have a switcher for dashboard - it kind of acceptable to select behaviour. User can specify which content he/she wants to see:   cc @JobV @jacobvosmaer @marin @sytses See merge request !970
No related branches found
No related tags found
Showing
- app/assets/javascripts/dispatcher.js.coffee 0 additions, 1 deletionapp/assets/javascripts/dispatcher.js.coffee
- app/assets/javascripts/pager.js.coffee 1 addition, 1 deletionapp/assets/javascripts/pager.js.coffee
- app/controllers/profiles/preferences_controller.rb 1 addition, 0 deletionsapp/controllers/profiles/preferences_controller.rb
- app/helpers/preferences_helper.rb 12 additions, 0 deletionsapp/helpers/preferences_helper.rb
- app/models/user.rb 4 additions, 0 deletionsapp/models/user.rb
- app/views/profiles/preferences/show.html.haml 8 additions, 0 deletionsapp/views/profiles/preferences/show.html.haml
- app/views/projects/_activity.html.haml 15 additions, 0 deletionsapp/views/projects/_activity.html.haml
- app/views/projects/_readme.html.haml 24 additions, 0 deletionsapp/views/projects/_readme.html.haml
- app/views/projects/activity.html.haml 1 addition, 12 deletionsapp/views/projects/activity.html.haml
- app/views/projects/show.html.haml 3 additions, 24 deletionsapp/views/projects/show.html.haml
- db/migrate/20150713160110_add_project_view_to_users.rb 5 additions, 0 deletionsdb/migrate/20150713160110_add_project_view_to_users.rb
- db/schema.rb 2 additions, 1 deletiondb/schema.rb
- doc/profile/preferences.md 6 additions, 0 deletionsdoc/profile/preferences.md
app/views/projects/_activity.html.haml
0 → 100644
app/views/projects/_readme.html.haml
0 → 100644
Please register or sign in to comment