AgileVentures/LocalSupport

View on GitHub
app/views/pages/new.html.erb

Summary

Maintainability
Test Coverage
<%- model_class = Page -%>
<div class="page-header">
  <h1><%=t '.title', :default => [:'helpers.titles.new', 'New %{model}'], :model => model_class.model_name.human.titleize %></h1>
</div>
<%= render :partial => 'form' %>