Skip to content

Commit

Permalink
Arreglado form de lateral.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkuri committed Apr 18, 2010
1 parent 51bfe74 commit 991aa78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/municipios/show.html.erb
Expand Up @@ -46,13 +46,13 @@
-->
</div>

<p class="comparison">
<div class="comparison">
<% form_tag(cities_to_compare_by_query_path(@muni), {:method => :get}) do %>
<label for="city_compare_search">Comparar los presus de <strong><%= @muni.nombre %></strong> con los de:</label>
<input type='text' name="q" id="city_compare_search" placeholder="Tu municipio..." rel="<%= @muni.slug %>">
<button class="btn">Comparar</button>
<% end %>
</p>
</div>
</div>
<!-- /sidebar -->

Expand Down

0 comments on commit 991aa78

Please sign in to comment.