This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
2012-10-15 07:30:48 +00:00
|
|
|
<% content_for :page_specific_javascript do %>
|
|
|
|
<%= javascript_include_tag "/static/kernel.js" %>
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
|
2012-11-20 07:56:52 +00:00
|
|
|
<%=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>
|