Skip to content

Commit

Permalink
Added first 80 chars of app description to consumers list #10
Browse files Browse the repository at this point in the history
  • Loading branch information
sebtesobe committed Mar 8, 2017
1 parent c9025ef commit dca7434
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apimanager/consumers/static/consumers/css/consumers.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@
#consumers-detail div {
margin: 10px 0;
}

#consumers .noborder {
border: none;
}
7 changes: 7 additions & 0 deletions apimanager/consumers/templates/consumers/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,13 @@ <h2>Statistics</h2>
</form>
</td>
</tr>
<tr>
<td colspan="5" class="noborder">
<div class="well">
{{ consumer.description|truncatechars:80 }}
</div>
</td>
</tr>
{% endfor %}
</tbody>
</table>
Expand Down

0 comments on commit dca7434

Please sign in to comment.