diff --git a/tutor/app/views/contests/index.html.erb b/tutor/app/views/contests/index.html.erb index a6717243..08ee1c4d 100644 --- a/tutor/app/views/contests/index.html.erb +++ b/tutor/app/views/contests/index.html.erb @@ -22,8 +22,7 @@ <% end %> -<% end %> - +<% end %>

Contests

<% if @contests.size != 0 %> @@ -56,8 +55,8 @@ <% else %> <% end %>
-

<%= link_to "Register", :controller => 'contests', :action=> 'register', - :id => contest.id,:method => :get, class: +

<%= link_to "Register", :controller => 'contests', :action=> 'register' + ,:id => contest.id,:method => :get, class: "btn btn-success" %>