Noosfero/noosfero

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

Summary

Maintainability
Test Coverage
<h1> <%= _("Editing %s") % @role.name %> </h1>

<%= render :partial => 'form', :locals => { :mode => :edit, :role => @role, :permissions => [@role.kind] } %>