cirandas.net

ref: master

plugins/custom_routes/views/custom_routes_plugin_admin/index.html.erb


<%= _('Custom Route Plugin Settings') %>

<%= _('Custom Route Mappings') %>

<%= render partial: 'route_entry', collection: @routes, as: :route %>
From URL To URL Actions
<%= button_bar do %> <%= button(:back, _('Go back'), { :controller => 'plugins', :action => 'index' }) %> <%= button(:add, _('New mapping'), { :action => 'new' }) %> <% end %>