<% @template_specs_sorted.each do |path, template_spec| %> <% end %>
Template Status Operations Messages Generated Files (rhtml/erb)
<%= path %> <%= h template_spec.status %> <% if template_spec.status == MasterView::TemplateSpec::Status::ImportsOutdated %> <%= link_to 'Rebuild', :action => :rebuild, :file => path %> <% end %> <% if template_spec.status == MasterView::TemplateSpec::Status::OK %> <%= link_to 'Copy', :action => 'create', :file => path %> <% end %> <%= h template_spec.message %> <% template_spec.gen_parts.each do |part| %> <% if MasterView::EnableMasterViewAdminViewRHTML %> <%= link_to part, {:action => :view_rhtml, :file => part}, :title => 'View RHTML - '+part %> <% else %> <%= part %> <% end %> <% end %>