Sha256: c51455766d14d78f34d967887a27782983f03b4f0faca466b8c29a498d927529
Contents?: true
Size: 831 Bytes
Versions: 22
Compression:
Stored size: 831 Bytes
Contents
<% if @redirect.errors.any? %> <div id="error_explanation"> <h2>Please correct the following errors::</h2> <% @redirect.errors.to_a.in_groups(2, false).each do |group| %> <ul> <% group.each do |msg| %> <li><%= msg %></li> <% end %> </ul> <% end %> <br style="clear: both;" /> </div> <br style="clear: both;" /> <% end %> <fieldset class="form_container"> <%= legend_tag 'About This Redirect' -%> <div class="form_column"> <%= f.text_field :source_url, :label => 'Source URL (e.g. /foo/bar/)' -%> </div> <div class="form_column"> <%= f.text_field :destination_url -%> </div> <div class="link_block"> <%= f.submit 'Save', :class => 'link_button' -%> <%= link_to 'Cancel', admin_site_redirects_path(@site), :class => 'link_button' -%> </div> </fieldset>
Version data entries
22 entries across 22 versions & 1 rubygems