hpi-swt2/workshop-portal

View on GitHub
app/views/profiles/edit.html.erb

Summary

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