Cleaned folder heirarchy
This commit is contained in:
11
app/assets/templates/directives/component-modal.html.haml
Normal file
11
app/assets/templates/directives/component-modal.html.haml
Normal file
@@ -0,0 +1,11 @@
|
||||
.background{"ng-click" => "dismiss()"}
|
||||
|
||||
.content
|
||||
.sn-component
|
||||
.panel{"ng-attr-id" => "component-{{component.uuid}}"}
|
||||
.header
|
||||
%h1.title
|
||||
{{component.name}}
|
||||
%span.subtle.subtitle{"ng-if" => "component.runningLocally"} | Desktop Mode
|
||||
%a.close-button.info{"ng-click" => "dismiss()"} Close
|
||||
%component-view.component-view{"component" => "component"}
|
||||
Reference in New Issue
Block a user