summaryrefslogtreecommitdiff
path: root/app/views/projects/_home_panel.html.haml
diff options
context:
space:
mode:
authorFelipe Artur <felipefac@gmail.com>2016-06-17 12:26:32 -0300
committerFelipe Artur <felipefac@gmail.com>2016-06-17 12:33:11 -0300
commitab236c76247d83c190b148acbffa48f244414553 (patch)
tree69b17bdec6f52d96d1e4d7a807f3432263ef3cd4 /app/views/projects/_home_panel.html.haml
parenta4b078bfb8b99a9852eb55abd498d65a374375e3 (diff)
downloadgitlab-ce-ab236c76247d83c190b148acbffa48f244414553.tar.gz
Allow users to set custom notifications in projects they don't own and several fixes to code
Diffstat (limited to 'app/views/projects/_home_panel.html.haml')
-rw-r--r--app/views/projects/_home_panel.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/_home_panel.html.haml b/app/views/projects/_home_panel.html.haml
index df725d81a39..7dc762486e4 100644
--- a/app/views/projects/_home_panel.html.haml
+++ b/app/views/projects/_home_panel.html.haml
@@ -32,7 +32,7 @@
.project-repo-buttons.btn-group.project-right-buttons
= render "projects/buttons/download"
= render 'projects/buttons/dropdown'
- = render 'notifications/buttons/notifications', notification_setting: @notification_setting
+ = render '/shared/notifications/buttons/button', notification_setting: @notification_setting
:javascript
new Star();