added editable_mode partial and moved to shared/repo with repo partial
This commit is contained in:
parent
4d546c322e
commit
6c847a8bef
2 changed files with 3 additions and 0 deletions
3
app/views/shared/repo/_editable_mode.html.haml
Normal file
3
app/views/shared/repo/_editable_mode.html.haml
Normal file
|
@ -0,0 +1,3 @@
|
|||
%a.btn.btn-default#editable-mode{ "href"=>"#", "@click.prevent" => "editClicked", "v-cloak" => 1, "v-if" => "isCommitable" }
|
||||
%i{ ":class" => "buttonIcon" }
|
||||
%span {{buttonLabel}}
|
Loading…
Reference in a new issue