a/Allura/allura/templates/widgets/post_widget.html b/Allura/allura/templates/widgets/post_widget.html
...
...
75
        {% if h.has_access(value.thread, 'post')() %}
75
        {% if h.has_access(value.thread, 'post')() %}
76
          <a href="" class="reply_post btn"><b data-icon="{{g.icons['reply'].char}}" class="ico {{g.icons['reply'].css}}"></b>Reply</a>
76
          <a href="" class="reply_post btn"><b data-icon="{{g.icons['reply'].char}}" class="ico {{g.icons['reply'].css}}"></b>Reply</a>
77
        {% endif %}
77
        {% endif %}
78
        <div style="clear:both">
78
        <div style="clear:both">
79
          <a href="{{shortlink_url}}" class="little_link shortlink"><span>Link</span></a><br/>
79
          <a href="{{shortlink_url}}" class="little_link shortlink"><span>Link</span></a><br/>
80
          {% if c.user != c.user.anonymous() %}<a href="" class="edit_post little_link"><span>Edit</span></a><br/>{% endif %}
81
          {% if h.has_access(value, 'moderate')() %}
80
          {% if h.has_access(value, 'moderate')() %}
81
            <a href="" class="edit_post little_link"><span>Edit</span></a><br/>
82
            {{widgets.moderate_post.display(value=value, action=value.url()+'moderate')}}
82
            {{widgets.moderate_post.display(value=value, action=value.url()+'moderate')}}
83
          {% endif %}
83
          {% endif %}
84
          {% if h.has_access(value.thread, 'post')() %}
84
          {% if h.has_access(value.thread, 'post')() %}
85
            <a href="#" class="add_attachment little_link"><span>Attach</span></a>
85
            <a href="#" class="add_attachment little_link"><span>Attach</span></a>
86
          {% endif %}
86
          {% endif %}