Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add link to the profiles on the profile text (so its a tad easier to …
…click)
  • Loading branch information
jstrachan committed Sep 12, 2013
1 parent 0fe5a02 commit e35f4b9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -29,7 +29,7 @@

</td>
<td ng-class="getSelectedClass(profile)">
<span>{{profile.id}}</span>
<a ng-click="goto(profile)">{{profile.id}}</a>
<a href="" ng-show="showLinks" ng-click="goto(profile)"><i class="icon-info-sign clickable pull-right" title="Details for {{profile.id}}"></i></a>
</td>
</tr>
Expand Down

0 comments on commit e35f4b9

Please sign in to comment.