summaryrefslogtreecommitdiff
path: root/app/views/projects/commit/_limit_exceeded_message.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/commit/_limit_exceeded_message.html.haml')
-rw-r--r--app/views/projects/commit/_limit_exceeded_message.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/commit/_limit_exceeded_message.html.haml b/app/views/projects/commit/_limit_exceeded_message.html.haml
index 84a52d49487..a264f3517c4 100644
--- a/app/views/projects/commit/_limit_exceeded_message.html.haml
+++ b/app/views/projects/commit/_limit_exceeded_message.html.haml
@@ -1,7 +1,7 @@
.has-tooltip{ class: "limit-box limit-box-#{objects} prepend-left-5", data: { title: "Project has too many #{label_for_message} to search"} }
.limit-icon
- if objects == :branch
- = icon('code-fork')
+ = sprite_icon('fork', size: 12)
- else
= icon('tag')
.limit-message