diff options
author | Jacob Schatz <jschatz1@gmail.com> | 2017-07-21 09:01:34 -0400 |
---|---|---|
committer | Jacob Schatz <jschatz1@gmail.com> | 2017-07-21 09:01:34 -0400 |
commit | 54fa71d2c4533f7f9bcf9c331ad3eee21ba89195 (patch) | |
tree | 30a2a3b2fc5bb2b435a2b5017fef87c6e16fd966 /app/views/projects/tree | |
parent | e38f6fcb549c02044b3bc28aa95bb6ea46639148 (diff) | |
download | gitlab-ce-54fa71d2c4533f7f9bcf9c331ad3eee21ba89195.tar.gz |
Fixes bugs that appeared when refactor of tree happened.
Diffstat (limited to 'app/views/projects/tree')
-rw-r--r-- | app/views/projects/tree/_tree_header.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/tree/_tree_header.html.haml b/app/views/projects/tree/_tree_header.html.haml index 0d695b17645..970ccbb743d 100644 --- a/app/views/projects/tree/_tree_header.html.haml +++ b/app/views/projects/tree/_tree_header.html.haml @@ -3,7 +3,7 @@ = render 'shared/ref_switcher', destination: 'tree', path: @path .tree-controls - %a.btn.btn-default.btn-grouped#editable-mode{ "href"=>"#", "@click.prevent" => "editClicked", "v-cloak" => 1 } + %a.btn.btn-default#editable-mode{ "href"=>"#", "@click.prevent" => "editClicked", "v-cloak" => 1 } %i{ ":class" => "buttonIcon" } %span {{buttonLabel}} |