Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
project creation minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
francescou committed Aug 25, 2017
1 parent fae3be0 commit a0a31b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/views/create.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ <h3>Create new project</h3>

<ul class="list-unstyled search-items">
<li ng-repeat="item in items">
<button class="btn btn-link" ng-click="load(item.name, item.id)">{{item.name}} by {{item.owner}}</button>{{item.stars}} <i class="glyphicon glyphicon-star"></i>
<a ng-href="{{composeRegistry}}/details?id={{item.id}}" target="_blank" class="btn btn-xs btn-info">info</a>
<button class="btn btn-link" ng-click="load(item.name, item.id)">{{item.name}} <span ng-hide="composeRegistry"> by {{item.owner}}</span></button>{{item.stars}} <i ng-hide="composeRegistry" class="glyphicon glyphicon-star"></i>
<a ng-hide="composeRegistry" ng-href="{{composeRegistry}}/details?id={{item.id}}" target="_blank" class="btn btn-xs btn-info">info</a>
</li>
</ul>

Expand Down

0 comments on commit a0a31b1

Please sign in to comment.