Skip to content

Commit

Permalink
Issue #526 fixing Mohab's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Mamdouh authored and Muhammad Mamdouh committed May 17, 2014
1 parent c7e70f4 commit 0f12d0e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tutor/app/views/contests/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
</tr>
<% end %>
</table>
<% end %>

<% end %>
<h1> Contests </h1>
<table class="table table-striped table-bordered table-responsive">
<% if @contests.size != 0 %>
Expand Down Expand Up @@ -56,8 +55,8 @@
</td>
<% else %>
<td>
<h4><%= link_to "Register", :controller => 'contests', :action=> 'register',
:id => contest.id,:method => :get, class:
<h4><%= link_to "Register", :controller => 'contests', :action=> 'register'
,:id => contest.id,:method => :get, class:
"btn btn-success" %></h4>
</td>
<% end %>
Expand Down

0 comments on commit 0f12d0e

Please sign in to comment.