Edit Redirection
<%= link_to "Back to List", admin_redirections_path, :class => "btn btn-default create-new hvr-box-shadow-outset" %>
<%= form_for(@redirection, :url => admin_redirection_path, :html => { :method => "put", :multipart => true, :class => "form-horizontal" }) do |f| %>
<% if @redirection.errors.any? %>
<% end %>
<% end %>
-
<% @redirection.errors.full_messages.each do |message| %>
- <%= message %> <% end %>
<%= f.text_field :source, :class => "form-control", :placeholder => "Source" %>
<%= f.text_field :destination, :class => "form-control", :placeholder => "Destination" %>