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:
authorSergey Nikitin <snikitin@outlook.com>2017-01-10 00:35:18 +0300
committerSergey Nikitin <snikitin@outlook.com>2017-01-14 00:42:36 +0300
commit015b133b731453c9a9712a80395d45a0e0e6c000 (patch)
tree2858492429aa6bc9ed0e6eaaff04bba97ae13b8f /app/views/projects/branches
parente93cd61793020128ae2f577b20d8e4cc2313ce8b (diff)
Remove Lock Icon on Protected Tag
Diffstat (limited to 'app/views/projects/branches')
-rw-r--r--app/views/projects/branches/_branch.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/projects/branches/_branch.html.haml b/app/views/projects/branches/_branch.html.haml
index 2eb49685f08..04efc2e996c 100644
--- a/app/views/projects/branches/_branch.html.haml
+++ b/app/views/projects/branches/_branch.html.haml
@@ -17,7 +17,6 @@
- if @project.protected_branch? branch.name
%span.label.label-success
- %i.fa.fa-lock
protected
.controls.hidden-xs
- if merge_project && create_mr_button?(@repository.root_ref, branch.name)