Zine

open source content publishing system


Changeset 1293:8e7a3b22fbcf


Ignore:
Timestamp:
01/11/10 15:23:47 (2 years ago)
Author:
mitsuhiko
Branch:
default
Message:

A little bit of consistency in the admin interface.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • zine/templates/admin/index.html

    r1292 r1293  
    6868      {%- for post in last_posts %} 
    6969        <li><a href="{{ url_for('admin/edit_post', post_id=post.id) 
    70           }}">{%- if post.title %}{{ post.title|e }}{%- else %}<em>#</em>{%- endif %}</a>, {{ post.pub_date|datetimeformat('short') }} 
    71           [<a href="{{ url_for(post) }}">{{ _('show') }}</a>] 
     70          }}">{%- if post.title %}{{ post.title|e }}{%- else %}<em>#</em>{%- endif %}</a> 
     71          [<a href="{{ url_for(post) }}">{{ _('show') }}</a>], 
     72          {{ post.pub_date|datetimeformat('short') }} 
    7273      {%- endfor %} 
    7374      </ul> 
Note: See TracChangeset for help on using the changeset viewer.