Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSullivan SENECHAL <soullivaneuh@gmail.com>2014-10-04 18:58:59 +0400
committerSullivan SENECHAL <soullivaneuh@gmail.com>2014-10-04 18:58:59 +0400
commitc0e2eee38bc0315a623219d716c724a7e4c98c77 (patch)
tree01b39974d33fdb0b1ad6004100a9dbf8899c8445 /app/views/projects/merge_requests
parentac71c386f98fa9b88381abbf9d20e79f57bd7957 (diff)
Fix fa-download icon
Diffstat (limited to 'app/views/projects/merge_requests')
-rw-r--r--app/views/projects/merge_requests/show/_mr_title.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/merge_requests/show/_mr_title.html.haml b/app/views/projects/merge_requests/show/_mr_title.html.haml
index 276c980966a..6fe765248e4 100644
--- a/app/views/projects/merge_requests/show/_mr_title.html.haml
+++ b/app/views/projects/merge_requests/show/_mr_title.html.haml
@@ -6,7 +6,7 @@
- if @merge_request.open?
.btn-group.pull-left
%a.btn.btn-grouped.dropdown-toggle{ data: {toggle: :dropdown} }
- %i.fa.fa-arrow-circle-o-down-alt
+ %i.fa.fa-download
Download as
%span.caret
%ul.dropdown-menu