Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit e428be2

Browse files
committed
added new challenge button back
1 parent 4a63a96 commit e428be2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/views/admin/challenges/index.html.erb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ window.onload = function() {
3232

3333
<table border="0" width="100%">
3434
<tr>
35-
<td> &nbsp;<td>
35+
<td>
36+
<a class="btn btn-primary" type="button" href="#new-challenge-modal" data-toggle="modal"><span>New Challenge</span></a></p>
37+
<td>
3638
<td><% if @logo %><span class="pull-right" style="margin-top:-10px"><img src="<%= @logo %>"></span><% end %></td>
3739
</tr>
3840
</table>

0 commit comments

Comments
 (0)