Redirection List
<%= link_to "Create New", new_admin_redirection_path, :class => "btn btn-default create-new hvr-box-shadow-outset" %>
| SL.No | Source | Destination | Actions |
|---|---|---|---|
| <%= @redirections.offset + index + 1 %> | <%= redirection.source %> | <%= redirection.destination %> | <%= link_to "Edit", edit_admin_redirection_path(redirection), :class => "btn btn-warning btn-sm hvr-box-shadow-outset" %> |