Files
standardnotes-app-web/app/assets/templates/frontend/directives/menu-row.html.haml
2018-01-05 21:33:53 -06:00

15 lines
380 B
Plaintext

.row
.column
.left
.column{"ng-if" => "circle"}
.circle.small{"ng-class" => "circle"}
.column
.label
{{title}}
.sublabel{"ng-if" => "subtitle"}
{{subtitle}}
%ng-transclude
.column{"ng-if" => "hasButton"}
.button.info{"ng-click" => "clickButton($event)", "ng-class" => "buttonClass"}
{{buttonText}}