Commit 8ff9b543 authored by Michal Čihař's avatar Michal Čihař

Compacted history rendering on translation/component/project pages

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent f8d70d1d
...@@ -135,7 +135,8 @@ ...@@ -135,7 +135,8 @@
</div> </div>
<div class="tab-pane" id="history"> <div class="tab-pane" id="history">
{% include "last-changes.html" %} {% include "last-changes-content.html" %}
<a class="btn btn-default" href="{% url 'changes' %}?{{ last_changes_url }}">{% trans "Browse all project changes" %}</a>
</div> </div>
{% include "activity-tab.html" %} {% include "activity-tab.html" %}
......
...@@ -127,7 +127,8 @@ ...@@ -127,7 +127,8 @@
<div class="tab-pane" id="history"> <div class="tab-pane" id="history">
{% include "last-changes.html" %} {% include "last-changes-content.html" %}
<a class="btn btn-default" href="{% url 'changes' %}?{{ last_changes_url }}">{% trans "Browse all component changes" %}</a>
</div> </div>
{% include "activity-tab.html" %} {% include "activity-tab.html" %}
......
...@@ -165,7 +165,8 @@ ...@@ -165,7 +165,8 @@
</div> </div>
<div class="tab-pane" id="history"> <div class="tab-pane" id="history">
{% include "last-changes.html" %} {% include "last-changes-content.html" %}
<a class="btn btn-default" href="{% url 'changes' %}?{{ last_changes_url }}">{% trans "Browse all translation changes" %}</a>
</div> </div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment