Project name
<%% project_modules.each do |project_module| %>
- ">
<%%= link_to project_module.human_name, project_module.path("/admin") %>
<%% end %>
-
<%%= link_to pat(:profile), url(:<%= options[:admin_model].underscore.pluralize %>, :edit, :id => current_account.id) %>
-
<%%= link_to('Sign Out', url(:sessions, :destroy), :method => :delete) %>
<%%= [:error, :warning, :notice, :info].map { |type| flash_tag(type, :class => "alert alert-#{bootstrap_alert_for(type)}") }.join %>
<%%= yield %>