<%= stylesheet_link_tag 'masterview/style' %> <%= stylesheet_link_tag 'masterview/sidebox' %> <%= stylesheet_link_tag 'masterview/color-scheme' %> <%= javascript_include_tag :defaults %>

Loaded Features

MasterView Version: <%= MasterView::VERSION::STRING %>

<% if @flash[:notice] %>
<%= h @flash[:notice] %>
<% end %>
FeatureLoaded
Filter templates through tidy on read<%= (MasterView::LoadedFeatures[:tidy_template_read]) ? 'true' : 'false' %>
Parse templates at startup<%= (MasterView::LoadedFeatures[:rails_parse_at_startup]) ? 'true' : 'false' %>
Reparse modified templates<%= (MasterView::LoadedFeatures[:rails_reparse_checking]) ? 'true' : 'false' %>
Read ERB directly from MasterView<%= (MasterView::LoadedFeatures[:rails_erb_mv_direct]) ? 'true' : 'false' %>