Sha256: 59e9cf90b04fcf37b4515a1b75bca342f58ba2ff92116425548b91bf1c887448
Contents?: true
Size: 542 Bytes
Versions: 11
Compression:
Stored size: 542 Bytes
Contents
<input type="hidden" name="old" size="80" value="<%= @old_to %>"/> <br /> <label> <h2>Translations (What's seen in the browser's location bar)</h2> <p>Last line being the final location in the browser</p> <p>Subdomains are to be prefixed with a colon, e.g. my.subdomain:/some/path</p> </label><br/> <textarea name="translations" cols="80" rows="10"><%= @translations.join("\n") %></textarea> <br /> <p> <label><h2>Resource (What your app sees)</h2></label><br/> <textarea name="to" cols="80" rows="2"><%= @to %></textarea> </p>
Version data entries
11 entries across 11 versions & 1 rubygems