summaryrefslogtreecommitdiff
path: root/app/views/projects/_home_panel.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-07-13 23:36:21 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-07-13 23:36:21 +0200
commitfd84567545d274f29bbcf397c074618d4b300349 (patch)
tree313f6feced24a7280ba6afcf584b92ccfc835293 /app/views/projects/_home_panel.html.haml
parent59d7f4c97ff2869824cb5b1b0fbe14c983dab75d (diff)
downloadgitlab-ce-fd84567545d274f29bbcf397c074618d4b300349.tar.gz
Improve project new item dropdownproject-plus-icon
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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 64055a9ccf2..7b6b4b35c8d 100644
--- a/app/views/projects/_home_panel.html.haml
+++ b/app/views/projects/_home_panel.html.haml
@@ -23,6 +23,6 @@
= link_to archive_namespace_project_repository_path(@project.namespace, @project, ref: @ref, format: 'zip'), class: 'btn', rel: 'nofollow' do
%i.fa.fa-download
- = render 'projects/dropdown'
+ = render 'projects/buttons/dropdown'
= render "shared/clone_panel"