shorten/views/new.erb

5 lines
203 B
Text
Raw Normal View History

2010-09-14 04:02:57 +00:00
<form method="POST" action="/">
2010-09-14 07:46:20 +00:00
<input type="text" name="url" id="url" size="30" />
<input type="hidden" value="<%= Shorten.button_text %>" id="create_url" />
2010-09-14 04:02:57 +00:00
</form>
<%= @information %>