~canonical-isd-hackers/panic-cms/prototype

« back to all changes in this revision

Viewing changes to panic_cms/panic/templates/toolbar.html

  • Committer: Michael Hall
  • Date: 2011-11-11 18:28:13 UTC
  • Revision ID: mhall119@ubuntu.com-20111111182813-rsptu3lu8hbl2zcn
Add changeset column to page history dialog

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
            <th>ID</th>
108
108
            <th>URL</th>
109
109
            <th>Created</th>
 
110
            <th>Change Set</th>
110
111
            </tr>
111
112
        {% endif %}
112
113
            <tr>
113
114
                <td><a href="/+rev/{{rev.revision_id}}">{{rev.revision_id}}</a></td>
114
115
                <td>{{rev.url}}</td>
115
116
                <td>{{rev.created_date}}</td>
 
117
                <td>{% for v in rev.views.all %}{% if not forloop.first %}, {% endif %}{{v.name}}{% endfor %}</td>
 
118
 
116
119
            </tr>
117
120
        {% empty %}
118
121
        <tr><td>No History</td></tr>