summaryrefslogtreecommitdiff
path: root/app/views/projects/compare
diff options
context:
space:
mode:
authorLuke Bennett <lukeeeebennettplus@gmail.com>2016-10-16 03:30:31 +0100
committerStan Hu <stanhu@gmail.com>2016-10-16 20:02:16 -0700
commit93e464f454ec997743048e34db5c848b4146d452 (patch)
tree83acadb14af06e65a975e20fce3c3cc5a16b9ef0 /app/views/projects/compare
parentd78c667d581dca6b75895f70f0ae6ebdd0f5d815 (diff)
downloadgitlab-ce-93e464f454ec997743048e34db5c848b4146d452.tar.gz
Added logic to handle a revision input that does not exist in the menu
Diffstat (limited to 'app/views/projects/compare')
-rw-r--r--app/views/projects/compare/_ref_dropdown.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/compare/_ref_dropdown.html.haml b/app/views/projects/compare/_ref_dropdown.html.haml
index 27d928c87a0..05fb37cdc0f 100644
--- a/app/views/projects/compare/_ref_dropdown.html.haml
+++ b/app/views/projects/compare/_ref_dropdown.html.haml
@@ -1,5 +1,5 @@
.dropdown-menu.dropdown-menu-selectable
- = dropdown_title "Select branch/tag"
- = dropdown_filter "Filter by branch/tag"
+ = dropdown_title "Select Git revision"
+ = dropdown_filter "Filter by Git revision"
= dropdown_content
= dropdown_loading