From f82ab42d0534950c1ceb458e0152f329df80ae9d Mon Sep 17 00:00:00 2001 From: Felipe Artur Date: Tue, 14 Jun 2016 15:36:36 -0300 Subject: Re-use notifications dropdown on user profile --- app/views/projects/_home_panel.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/projects/_home_panel.html.haml') diff --git a/app/views/projects/_home_panel.html.haml b/app/views/projects/_home_panel.html.haml index f5bc1b4e409..df725d81a39 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 'projects/buttons/notifications' + = render 'notifications/buttons/notifications', notification_setting: @notification_setting :javascript new Star(); -- cgit v1.2.1