MasterView Admin
<% if @flash[:notice] %> <% end %>Template | Status | Operations | Messages | Generated Files |
---|---|---|---|---|
<%= template_spec.basename %> | <%= template_spec.status %> | <% if template_spec.status == MasterView::TemplateSpec::Status::ImportsOutdated %> <%= link_to 'Rebuild', :action => :rebuild, :id => path %> <% end %> <% if template_spec.status == MasterView::TemplateSpec::Status::OK %> <%= link_to 'Copy', :action => 'create', :id => path %> <% end %> | <%= template_spec.message %> | <% template_spec.gen_parts.each do |part| %> <%= part %> <% end %> |