added editable_mode partial and moved to shared/repo with repo partial

This commit is contained in:
Luke "Jared" Bennett 2017-07-28 18:16:40 +01:00
parent 4d546c322e
commit 6c847a8bef
No known key found for this signature in database
GPG Key ID: 402ED51FB5D306C2
2 changed files with 3 additions and 0 deletions

View 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}}