mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-16 01:41:23 +00:00
f2d908a06f
Added styling to gathers page Added styling to account page Improved forms styling
11 lines
No EOL
554 B
Text
11 lines
No EOL
554 B
Text
<div class="widget shoutbox">
|
|
<h4><%= t('widget.shoutbox') %></h4>
|
|
<div class="widget-content-wrapper">
|
|
<div id="shoutbox" class="transcript">
|
|
<%= render :partial => "shoutmsgs/shoutmsg", :collection => Shoutmsg.recent.box, :locals => {:popup => "$('shoutbox')"} %>
|
|
</div>
|
|
</div>
|
|
<%= render :partial => "shoutmsgs/new", :locals => { :shoutmsg => Shoutmsg.new } %>
|
|
<%= link_to "Shoutbox Recent History", :controller => :shoutmsgs, :action => "index" %><br/>
|
|
<%= link_to "Shoutbox Rules", article_path(Article::SB_RULES) %>
|
|
</div> |