Skip to content
Snippets Groups Projects
Commit e085e71d authored by Kyle Doherty's avatar Kyle Doherty
Browse files

standard lock

parent aba1b494
Branches
Tags
No related merge requests found
......@@ -21,9 +21,7 @@
<div class="Entity">
<div class="flex align-center">
<h4 class="Entity-title">{{dashboard.name}}</h4>
<span class="Badge Badge--permissions ml2" ng-if="dashboard.public_perms === 0">
<mb-icon name="lock" width="12px" height="12px"></mb-icon>
</span>
<mb-icon class="ml1 text-grey-4" name="lock" width="12px" height="12px" ng-if="dashboard.public_perms === 0"></mb-icon>
<a class="cursor-pointer link ml1" href="#" mb-dashboard-saver ng-attr-dashboard="dashboard" ng-attr-callback="notifyDashboardSaved">Edit</a>
</div>
<span class="Entity-attribution">
......
......@@ -30,9 +30,7 @@
<li ng-repeat="dash in dashboards">
<a class="Dropdown-item link flex align-center text-normal" href="/dash/{{dash.id}}">
{{dash.name}}
<span class="Badge Badge--permissions flex flex-align-right align-center" ng-if="dash.public_perms === 0">
<mb-icon name="lock" width="12px" height="12px">
</span>
<mb-icon class="ml1 text-grey-4 flex flex-align-right align-center" name="lock" width="12px" height="12px" ng-if="dash.public_perms === 0"></mb-icon>
</a>
</li>
</ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment