shortened input box size

This commit is contained in:
Andrew Davidson 2010-09-14 15:46:20 +08:00
parent a51a16379e
commit e890b2d4cb

View file

@ -1,5 +1,5 @@
<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" />
</form>
<%= @information %>