more work on, #1944

This commit is contained in:
Torkel Ödegaard
2015-05-05 20:33:06 +02:00
parent 1e196fc091
commit 0c56ae4f32
6 changed files with 26 additions and 16 deletions

View File

@@ -19,12 +19,7 @@
</ul>
<ul class="tight-form-list pull-right" ng-if="dashboard.links.length > 0">
<li ng-repeat="link in dashboard.links" class="tight-form-item">
<a class="pointer">
<i class="fa fa-th-large"></i>
{{link.title}}
</a>
</li>
<dash-link ng-repeat="link in dashboard.links" link="link" class="tight-form-item"></dash-link>
</ul>
<div class="clearfix"></div>