|
a/Allura/allura/templates/repo/tree.html |
|
b/Allura/allura/templates/repo/tree.html |
|
... |
|
... |
13 |
|
13 |
|
14 |
{% block actions %}
|
14 |
{% block actions %}
|
15 |
<a href="{{commit.url()}}log/">
|
15 |
<a href="{{commit.url()}}log/">
|
16 |
<b data-icon="{{g.icons.history.char}}" class="ico {{g.icons.history.css}}" title="History"> </b> History
|
16 |
<b data-icon="{{g.icons.history.char}}" class="ico {{g.icons.history.css}}" title="History"> </b> History
|
17 |
</a>
|
17 |
</a>
|
|
|
18 |
{% if c.user and c.user != c.user.anonymous() %}
|
|
|
19 |
{{c.subscribe_form.display(value=tool_subscribed, tool_subscribed=tool_subscribed, action='subscribe', style='icon')}}
|
|
|
20 |
{% endif %}
|
18 |
<a href="{{c.app.url}}feed/">
|
21 |
<a href="{{c.app.url}}feed/">
|
19 |
<b data-icon="{{g.icons.feed.char}}" class="ico {{g.icons.feed.css}}" title="Feed"> </b>
|
22 |
<b data-icon="{{g.icons.feed.char}}" class="ico {{g.icons.feed.css}}" title="Feed"> </b>
|
20 |
</a>
|
23 |
</a>
|
21 |
{% endblock %}
|
24 |
{% endblock %}
|
22 |
|
25 |
|