base/app/views/frontpage/index.html.erb in social_stream-0.11.1 vs base/app/views/frontpage/index.html.erb in social_stream-0.11.2
- old
+ new
@@ -55,15 +55,15 @@
<li class="yellow"><%= t('frontpage.collaborate.sentence2') %></li>
</ul>
</div>
</div>
<div class="espacio"></div>
- <div id="join_form">
- <%= link_to image_tag("frontpage/join.gif", :alt=>"register"), new_user_registration_path, :class => "register_link" %>
- </div>
</div>
<div id="wrapper_right">
<%= render :partial => 'frontpage/caracteristics' %>
</div>
+<div id="join_form">
+ <%= button_to t('frontpage.register'), new_user_registration_path, :method=> :get %>
+</div>
<div id="espacio_body_bottom"></div>