Skip to content

Commit

Permalink
enlace a condiciones de uso
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Pardo committed Jun 1, 2012
1 parent 9623724 commit e529010
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webapp/app/views/texts/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
</div>
</div>
<%= render :partial => "partials/form_for_content", :locals => {:f => f, :content => @text} %>
<div id="form-actions">
<div id="form-actions" style="margin-top: 20px;">
<p style="margin-bottom: 15px;"><%= link_to 'Sí, he leído y acepto las condiciones de uso de esta web.', page_path('condiciones-de-uso') %></p>
<%= f.submit 'Enviar texto', :class => 'btn primary' %>
<%= link_to 'Cancelar', texts_path, :class => 'btn danger' %>
</div>
Expand Down

0 comments on commit e529010

Please sign in to comment.