|
|
|
@ -99,12 +99,15 @@
|
|
|
|
|
<%= link_to_attachments @topic, :author => false %>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="memo-timestamp">
|
|
|
|
|
<%= authoring @topic.created_on, @topic.author %>
|
|
|
|
|
<div style="float: left"><%= authoring @topic.created_on, @topic.author %></div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div style="float: right"><%= toggle_link l(:button_reply), "reply", :focus => 'message_content' %></div>
|
|
|
|
|
</div>
|
|
|
|
|
<% if !@topic.locked? && authorize_for('messages', 'reply') %>
|
|
|
|
|
<p style="float: right;">
|
|
|
|
|
<%= toggle_link l(:button_reply), "reply", :focus => 'message_content' %>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<br />
|
|
|
|
|
</div>
|
|
|
|
|