Skip to content

Commit

Permalink
Adding a button to print the team (Issue #1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gulix committed Aug 8, 2015
1 parent 3b881f5 commit d45ca05
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions builder/mustache/supremes_selection.mst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
<span class="glyphicon glyphicon-share" aria-hidden="true"></span>
</button>
</div>
<div class="btn-group">
<button type="button" class="btn btn-sm btn-default" title='Print team' id='btnPrintTeam'
data-toggle="modal" data-target="#modal-print-team" >
<span class="glyphicon glyphicon-print" aria-hidden="true"></span>
</div>
</div>
{{#supremes}}
<div class="supreme-selection supreme-selected-list-element" id="supreme-selection-{{id}}">
Expand Down

0 comments on commit d45ca05

Please sign in to comment.