mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-01 07:11:41 +00:00
18 lines
No EOL
690 B
Text
18 lines
No EOL
690 B
Text
<div class="widget shoutbox">
|
|
<h4><%= t('widget.shoutbox') %></h4>
|
|
<div class="body">
|
|
<div class="content">
|
|
<div id="shoutbox">
|
|
<%= render :partial => "shoutmsgs/shoutmsg", :collection => Shoutmsg.recent.box, :locals => {:popup => "$('shoutbox')"} %>
|
|
</div>
|
|
<%= render :partial => "shoutmsgs/new", :locals => { :shoutmsg => Shoutmsg.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>
|
|
</div>
|
|
</div>
|
|
</div> |