Sha256: a9d510f04ea7ad34980c4c0901741f123ff486e0144088c397bdc070219adfed
Contents?: true
Size: 745 Bytes
Versions: 35
Compression:
Stored size: 745 Bytes
Contents
<h1>Edit Translations</h1> <p style="background: yellow; line-height:120%; padding: 10px; border: 1px solid black;"> Instead of removing (or renaming) existing translations you often really want to add another entry to the translation list. Because doing so will ensure that requests to old URLs are redirected to their new location (a SEO friendly 301 redirect). Especially older entries that may have already been used for links or in indexes you will want to keep. </p> <div style="float: left; margin-top: 10px"> <form method="POST" action="<%= u "/edit" %>" > <%= partial :fields %> <p> <input type="submit" value="Change!" /> <a href='<%= u("/to?to=#{escape(@to)}") %>'>Cancel</a> </p> </form> </div>
Version data entries
35 entries across 35 versions & 1 rubygems