Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add a nice link to the profile details on the profile page
  • Loading branch information
jstrachan committed Sep 25, 2013
1 parent 0effd8a commit eb13ad4
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -18,7 +18,7 @@
<i class="expandable-indicator"></i>
</div>
<div class="title active-profile-name">
{{profile.id}} / {{profile.versionId}}
<a ng-click="showProfile(profile)">{{profile.id}}</a> / {{profile.versionId}}
</div>
<div class="active-profile-count">
{{profile.count}}
Expand All @@ -27,7 +27,6 @@
<div class="active-profile-actions">
<i class="icon-minus clickable" title="Scale Down (not implemented yet)"></i>
<i class="icon-plus clickable" title="Scale Up (not implemented yet)"></i>
<i class="icon-info-sign clickable" title="Profile Details" ng-click="showProfile(profile)"></i>
</div>

</div>
Expand Down

0 comments on commit eb13ad4

Please sign in to comment.