Skip to content

Commit

Permalink
[#368] Groups do not support reading them as of a certain date. So le…
Browse files Browse the repository at this point in the history
…t's not link to it in the revisions table.
  • Loading branch information
domoritz committed Mar 6, 2013
1 parent b5f69fc commit 2462f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/group/snippets/revisions_table.html
Expand Up @@ -21,7 +21,7 @@
{% link_for rev.id | truncate(6), controller='revision', action='read', id=rev.id %}
</td>
<td class="dataset-details">
<a href="{{ h.url_for(controller='group', action='read',id='%s@%s' % (group_dict.name, rev.timestamp))}}" title="{{_('Read group as of %s') % rev.timestamp }}">{{ h.render_datetime(rev.timestamp, with_hours=True) }}</a>
{{ h.render_datetime(rev.timestamp, with_hours=True) }}
</td>
<td class="dataset-details">{{ h.linked_user(rev.author) }}</td>
<td class="dataset-details">{{ rev.message }}</td>
Expand Down

0 comments on commit 2462f82

Please sign in to comment.