%# # @param title [String] (local) page html title to be appended to organization name # @params settings_body [String] (yielded content) HTML content for the main section %> <% content_for(:page_title) do %> <%= current_user.organization.name %> <%= title %> | <% end %> <%= content_for(:js) do %> <%= javascript_include_tag 'common', 'common_vendor', 'organization' %> <% end %> <%= content_for(:css) do %> <%= stylesheet_link_tag 'organization.css', :media => 'all' %> <% end %> <%= render :partial => 'shared/flash_message' %>