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

Commit 7883026

Browse files
committed
made madison always display
1 parent 980f4b7 commit 7883026

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
<% if @can_edit_challenge_requirements %>
66

7-
<% if params[:use_madison] %>
8-
97
<script>
108
function showMadison() {
119
window.open("/madison/#/<%= @challenge.challenge_id %>","_blank","toolbar=yes, location=yes, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=no, copyhistory=yes, width=1000, height=700");
@@ -21,14 +19,12 @@
2119

2220
<% else %>
2321

24-
<a href="#" onclick="showMadison();">Define your requirements using Madison.</a>
22+
<a href="#" onclick="showMadison();">Click here</a> to enter your requirements using Madison. Your requirements will be used to create a scorecard for judging and any functional requirements that you enter will display in the requirements section below for the challenge when it displays.
2523

2624
<% end %>
2725

2826
</p></center>
2927

30-
<% end %>
31-
3228
<% else %>
3329

3430
<center><p>You cannot modify the requirements after the challenge has been launched. Please contact support@cloudspokes.com.</p></center>

0 commit comments

Comments
 (0)