Noosfero/noosfero

View on GitHub
plugins/custom_routes/views/custom_routes_plugin_admin/new.html.erb

Summary

Maintainability
Test Coverage
<h1><%= _('Custom Routes Plugin') %></h1>
<h3><%= _('New Route Mapping') %></h3>

<%= render(partial: 'form', locals: { action: 'create', route: @route }) %>