Files
standardnotes-app-web/app/assets/templates/frontend/directives/menu-row.html.haml
2018-01-05 19:35:02 -06:00

11 lines
191 B
Plaintext

.row
.column{"ng-if" => "circle"}
.circle.small{"ng-class" => "circle"}
.column
.label
{{title}}
.sublabel{"ng-if" => "subtitle"}
{{subtitle}}
%ng-transclude