Skip to content

Commit

Permalink
Merge pull request #31 from diging/sanjanav/JARS-2
Browse files Browse the repository at this point in the history
JARS-2 Adding creator to resource list view
  • Loading branch information
erickpeirson authored Oct 4, 2016
2 parents d26f85a + a790ac0 commit 43e9332
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cookies/templates/resources.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ <h4 class="panel-title">
<a class="list-group-item"
href="{{ resource.get_absolute_url }}">
<span class="label label-primary">{{ resource.entity_type }}</span> {{ resource.name }}
<br><small class="text-info">{{ resource.created_by }}</small>
</a>
{% endfor %}
</ul>
Expand Down

0 comments on commit 43e9332

Please sign in to comment.