orbit-basic/app/views/layouts/_side_bar_content.html.erb

12 lines
357 B
Plaintext
Raw Normal View History

2012-10-15 07:30:48 +00:00
<% content_for :page_specific_javascript do %>
<%= javascript_include_tag "/static/kernel.js" %>
<% end %>
<%=OrbitApp::Module::SideBarRegisition.all.first.render(request,params,current_user) %>
2012-10-15 07:30:48 +00:00
<div class="content">
<% flash.each do |key, msg| %>
<%= content_tag :span, msg, :class => [key, "notice label label-warning"] %>
2012-11-27 03:15:15 +00:00
<% end %>
2012-10-15 07:30:48 +00:00
</div>