Sha256: 8f23b15cdf8dc54124ebfef4c7f76b2260379eb0bfc549deab69502125a86bf3
Contents?: true
Size: 782 Bytes
Versions: 23
Compression:
Stored size: 782 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> <h3>Flags </h3> <p> Modify the above behavior. Flags are appended at the end of a line with brackets like so: /foo/bar [L] </p> <dl> <dt>[L]</dt> <dd>Stop redirecting here and put this in the browser location.</dd> </dl> </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
23 entries across 23 versions & 1 rubygems