From 6166845ecb20a140eb1590bc19841af710b76b95 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Thu, 12 May 2011 12:44:26 +0200 Subject: polish - the r/l layout didn't work for the list --- src/templates/apps/room/list.html | 29 ++++++++++------------------- 1 file changed, 10 insertions(+), 19 deletions(-) (limited to 'src/templates/apps/room/list.html') diff --git a/src/templates/apps/room/list.html b/src/templates/apps/room/list.html index 126c591..69e17c9 100644 --- a/src/templates/apps/room/list.html +++ b/src/templates/apps/room/list.html @@ -27,25 +27,16 @@

{{r.name}}

-
    -
  • -
      -
    • Created by {{r.creator}} {{r.timecreated|datehumanize}}.
    • - {% if r.self_cleaning %}
    • Room will be reset when empty.
    • {%else%}
    • Room state is preserved between sessions.
    • {% endif %} - {% if r.lastvisited %}
    • Last visited {{r.lastvisited|datehumanize}}
    • {%endif%} -
    • Meeting room URL: {{r|roomurl}}
    • -
    • Hosted on {{r.acc.name}}
    • -
    -
  • - {% tags_for_object r as tags %} -
  • -
      -
    • {{r.name}}

      {% if r.description %}{{r.description|safe}}{% else %}No description available...{% endif %}

    • -
    • Tags: {% for tag in tags %}{{tag}}{% endfor %} {%if edit %}... manage room tags{%endif%}
    • -
    -
  • -
- + {% tags_for_object r as tags %} +

{% if r.description %}{{r.description|safe}}{% else %}No description available...{% endif %}

+
    +
  • Tags: {% for tag in tags %}{{tag}}{% endfor %} {%if edit %}... manage room tags{%endif%}
  • +
  • Created by {{r.creator}} {{r.timecreated|datehumanize}}.
  • + {% if r.self_cleaning %}
  • Room will be reset when empty.
  • {%else%}
  • Room state is preserved between sessions.
  • {% endif %} + {% if r.lastvisited %}
  • Last visited {{r.lastvisited|datehumanize}}
  • {%endif%} +
  • Meeting room URL: {{r|roomurl}}
  • +
  • Hosted on {{r.acc.name}}
  • +