diff options
author | Leif Johansson <leifj@sunet.se> | 2011-05-12 14:33:18 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-05-12 14:33:18 +0200 |
commit | 485184b3921c1eb4e1a70e840fff0068646c84cb (patch) | |
tree | bc302858abcc684776a621431e89480ea386dd7c /src | |
parent | 112a05d372a177e1e87c669da1733f743bd9e34d (diff) |
polish
Diffstat (limited to 'src')
-rw-r--r-- | src/templates/apps/room/list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/apps/room/list.html b/src/templates/apps/room/list.html index a4214d8..183b622 100644 --- a/src/templates/apps/room/list.html +++ b/src/templates/apps/room/list.html @@ -30,7 +30,7 @@ {% tags_for_object r as tags %} <p><a href="{{r|roomurl}}">{{r|roomurl}}<span style="vertical-align: bottom;" class="ui-icon ui-icon-extlink"></span></a></p> <p class="infopanel ui-widget ui-corner-all ui-state-highlight">{% if r.description %}{{r.description|safe}}{% else %}<em>No description available...</em>{% endif %}</p> - <ul class="nlist square" style="padding-left: 10px;"> + <ul class="nlist square" style="padding-left: 2px;"> <li style="margin-top: 5px;">Tags: {% for tag in tags %}<a style="margin-right: 5px;" class="ui-widget" href="{% prefix %}/room/+{{tag}}">{{tag}}</a>{% endfor %} {%if edit %}<a style="font-size: 75%;" href="{% prefix %}/room/{{r.id}}/tag"><em>... manage room tags</em></a>{%endif%}</li> <li>Created by {{r.creator}} {{r.timecreated|datehumanize}}.</li> {% if r.self_cleaning %}<li>Room will be reset when empty.</li>{%else%}<li>Room state is preserved between sessions.</li>{% endif %} |