shortened input box size
This commit is contained in:
parent
a51a16379e
commit
e890b2d4cb
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
<form method="POST" action="/">
|
<form method="POST" action="/">
|
||||||
<input type="text" name="url" id="url" size="50" />
|
<input type="text" name="url" id="url" size="30" />
|
||||||
<input type="hidden" value="<%= Shorten.button_text %>" id="create_url" />
|
<input type="hidden" value="<%= Shorten.button_text %>" id="create_url" />
|
||||||
</form>
|
</form>
|
||||||
<%= @information %>
|
<%= @information %>
|
Loading…
Reference in a new issue