Skip to content

Commit

Permalink
[#386] Display old revision message as a notice
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Apr 8, 2013
1 parent d79c21f commit 00167ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/package/read_base.html
Expand Up @@ -32,7 +32,7 @@

{% block package_revision_info %}
{% if c.pkg_revision_id %}
<div class="module info">
<div class="module info alert alert-info">
<p class="module-content">
{% set timestamp = h.render_datetime(c.pkg_revision_timestamp, with_hours=True) %}
{% set url = h.url(controller='package', action='read', id=pkg.name) %}
Expand Down

0 comments on commit 00167ba

Please sign in to comment.