Menus wip
This commit is contained in:
10
app/assets/templates/frontend/directives/menu-row.html.haml
Normal file
10
app/assets/templates/frontend/directives/menu-row.html.haml
Normal file
@@ -0,0 +1,10 @@
|
||||
.row
|
||||
.column{"ng-if" => "circle"}
|
||||
.circle.small{"ng-class" => "circle"}
|
||||
.column
|
||||
.label
|
||||
{{title}}
|
||||
.sublabel{"ng-if" => "subtitle"}
|
||||
{{subtitle}}
|
||||
|
||||
%ng-transclude
|
||||
Reference in New Issue
Block a user