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

Commit

Permalink
Merge pull request #119 from mgballard/v2.0
Browse files Browse the repository at this point in the history
CSOL
  • Loading branch information
brianloveswords committed May 24, 2013
2 parents 7bd4b26 + fc016bd commit a7415bb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions themes/csol/views/admin/issuer-index.html
Expand Up @@ -10,20 +10,19 @@ <h1>Issue Badges</h1>
<th class="badg">Badges</th>
<th class="oper all"></th>
</tr>
{{ badges }}
{% for badge in badges %}
<tr>
<td class="oper view">
<a class="badge-name" href="/admin/badge/{{ badge.shortname }}"><i class="icon-eye-open"></i></a>
</td>
<td class="orga">
<a href="/admin/issuer/{{ badge.program.issuer.id | e}}">{{ badge.program.issuer.name | e}}</a>
{{ badge.program.issuer.name | e}}
</td>
<td class="prog">
<a href="/admin/program/{{ badge.program.id | e}}">{{ badge.program.name | e}}</a>
{{ badge.program.name | e}}
</td>
<td class="badg">
<a href="/admin/badge/{{ badge.shortname | e}}">{{ badge.name }}</a>
<a href="/issue/{{ badge.id | e}}">{{ badge.name }}</a>
</td>
<td class="oper all">
<div class="btn-group">
Expand Down

0 comments on commit a7415bb

Please sign in to comment.