mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-28 13:31:06 +00:00
11 lines
353 B
Text
11 lines
353 B
Text
|
<div class="shoutmsg">
|
||
|
<% if shoutmsg.can_destroy? cuser %>
|
||
|
[<%= link_to "X", shoutmsg, :method => :delete %>]
|
||
|
<% end %>
|
||
|
<%# if shoutmsg.domain != "shoutbox" %>
|
||
|
[<%= shoutmsg.created_at ? shoutmsg.created_at.strftime("%H:%M") : Time.now.strftime("%H:%M") %>]
|
||
|
<%# end %>
|
||
|
<%= namelink shoutmsg.user %>:
|
||
|
<%= shoutmsg.text %><br />
|
||
|
</div>
|