Sha256: 3a6c0512aa1a42ba8d55d92fee9f9f5756625af2317b9c6b0073e75a7cff4507
Contents?: true
Size: 729 Bytes
Versions: 15
Compression:
Stored size: 729 Bytes
Contents
<% content_for :main do %> <h1 class="mapping_icon">New Mapping</h1> <%= form_for @mapping, :url=>"/admin/mapping", :method=>:post do |f| %> <b>Source URL:</b><br/> <%= f.text_field :source_url %><br/> <span class="dehighlight">The URL that the user requests</span> <br/> <br/> <b>Target URL:</b><br/> <%= f.text_field :target_url %><br/> <span class="dehighlight">The URL for the page the user ends up seeing. For internal pages, begin the URL with a slash ("/"). For exteranl links, use the full URL, e.g. "http://www.dsc.net"</span> <br/> <br/> <%= f.hidden_field :is_asset %> <%= kit_submit "Save" %> <%= icon_to "Cancel", "/admin/mapping" %> <% end %> <% end %>
Version data entries
15 entries across 15 versions & 1 rubygems