mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-27 21:10:54 +00:00
5487854a6c
Added new ISO country code flag icons to asset pipeline Lots and lots of new style changes Began converting to JS to coffeescript
10 lines
361 B
Text
10 lines
361 B
Text
<div class="shoutmsg">
|
|
<% if shoutmsg.can_destroy? cuser %>
|
|
<%= link_to icon('times'), 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>
|