Skip to content
This repository has been archived by the owner on Apr 5, 2018. It is now read-only.

Commit

Permalink
Merge pull request #85 from timkelty/patch-1
Browse files Browse the repository at this point in the history
Fix urls
  • Loading branch information
Bob Olde Hampsink committed Oct 23, 2015
2 parents d5dd55f + 8fb4513 commit 7ea31da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/history/index.twig
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<span class="status {% if item.status == 'started' %}pending{% elseif item.status == 'reverted' %}archived{% else %}live{% endif %}"></span>
<span class="title">
{% if item.status != 'started' %}
<a href="history/{{ item.id }}">{{ item.file }}</a>
<a href="{{ actionUrl('import/history/revert', { id: item.id }) }}">{{ item.file }}</a>
{% else %}
{{ item.file }}
{% endif %}
Expand Down

0 comments on commit 7ea31da

Please sign in to comment.