hpi-schuelerklub/workshop-portal

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

Summary

Maintainability
Test Coverage
<%- model_class = ApplicationLetter -%>
<div class="page-header">
  <h1>
        <%=t @submit_button_text ? @submit_button_text : 'helpers.titles.new', :model => model_class.model_name.human.titleize %>
  </h1>
</div>
<%= render :partial => 'form' %>