mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-15 09:21:25 +00:00
16 lines
514 B
Text
16 lines
514 B
Text
<% shoutbox_new = Shoutmsg.new %>
|
|
|
|
<div id="shoutbox">
|
|
<%= render :partial => "shoutmsgs/shoutmsg", :collection => Shoutmsg.recent.box, :locals => {:popup => "$('shoutbox')"} %>
|
|
</div>
|
|
|
|
<%= render :partial => "shoutmsgs/new", :locals => {:shoutmsg => shoutbox_new} %>
|
|
|
|
<p>
|
|
<%= link_to "Shoutbox Recent History", :controller => :shoutmsgs, :action => "index" %><br/>
|
|
<%= link_to "Shoutbox Rules", article_path(Article::SB_RULES) %>
|
|
</p>
|
|
|
|
<div class="center box" id="userPopup">
|
|
Fetching user info...
|
|
</div>
|