Skip to content

Commit

Permalink
Bind label to input
Browse files Browse the repository at this point in the history
  • Loading branch information
avsej committed Mar 28, 2012
1 parent 6c0d953 commit 6747e3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/links/_short_url.html.erb
@@ -1,6 +1,6 @@
<div class="short-link-container">
<label>Squished</label>
<input type="text" readonly="readonly" value="<%= "#{short_url(@link)}" %>"/>
<label for="short-link">Squished</label>
<input id="short-link" type="text" readonly="readonly" value="<%= "#{short_url(@link)}" %>"/>
</div>


0 comments on commit 6747e3c

Please sign in to comment.