-
- Downloads
Reduce the amount of JavaScript written in views
Seeing `:javascript` all over Views feels like a code smell. This goes a long way towards reducing the amount of JS in views, but there's still plenty to be done on that front.
parent
b565f334
No related branches found
No related tags found
Showing
- app/assets/javascripts/main.js.coffee 3 additions, 0 deletionsapp/assets/javascripts/main.js.coffee
- app/views/admin/projects/_form.html.haml 1 addition, 2 deletionsapp/views/admin/projects/_form.html.haml
- app/views/admin/projects/show.html.haml 2 additions, 16 deletionsapp/views/admin/projects/show.html.haml
- app/views/admin/team_members/_form.html.haml 1 addition, 12 deletionsapp/views/admin/team_members/_form.html.haml
- app/views/admin/users/show.html.haml 2 additions, 16 deletionsapp/views/admin/users/show.html.haml
- app/views/commits/_head.html.haml 1 addition, 6 deletionsapp/views/commits/_head.html.haml
- app/views/issues/_form.html.haml 2 additions, 2 deletionsapp/views/issues/_form.html.haml
- app/views/issues/edit.html.haml 0 additions, 7 deletionsapp/views/issues/edit.html.haml
- app/views/issues/new.html.haml 0 additions, 7 deletionsapp/views/issues/new.html.haml
- app/views/merge_requests/_form.html.haml 3 additions, 10 deletionsapp/views/merge_requests/_form.html.haml
- app/views/milestones/edit.html.haml 0 additions, 6 deletionsapp/views/milestones/edit.html.haml
- app/views/projects/_refs.html.haml 1 addition, 6 deletionsapp/views/projects/_refs.html.haml
- app/views/protected_branches/index.html.haml 1 addition, 4 deletionsapp/views/protected_branches/index.html.haml
- app/views/refs/_head.html.haml 1 addition, 1 deletionapp/views/refs/_head.html.haml
- app/views/refs/_tree.html.haml 0 additions, 3 deletionsapp/views/refs/_tree.html.haml
- app/views/refs/blame.html.haml 0 additions, 5 deletionsapp/views/refs/blame.html.haml
- app/views/snippets/_form.html.haml 1 addition, 9 deletionsapp/views/snippets/_form.html.haml
- app/views/team_members/_form.html.haml 3 additions, 10 deletionsapp/views/team_members/_form.html.haml
Please register or sign in to comment