Skip to content

Commit

Permalink
Get rid of info icon next to profile name since the name can be click…
Browse files Browse the repository at this point in the history
…ed on anyways.
  • Loading branch information
gashcrumb committed Oct 21, 2013
1 parent 00de48a commit 684269b
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -29,7 +29,9 @@

<div class="inline-block profile-selector-name" ng-class="getSelectedClass(profile)">
<a href="" ng-click="goto(profile)" title="Details for {{profile.id}}"><i class="icon-book green"></i> {{profile.name}}</a>
<!--
<a href="" class="profile-info" ng-show="showLinks" ng-click="goto(profile)"><i class="icon-info-sign clickable blue" title="Details for {{profile.id}}"></i></a>
-->
</div>
</div>
</li>
Expand Down

0 comments on commit 684269b

Please sign in to comment.