Sha256: 598aa2fa75c6d0a6d1a3cf4ccbf97c31a58f9f34bd21f196f02da4216ac8462f

Contents?: true

Size: 322 Bytes

Versions: 8

Compression:

Stored size: 322 Bytes

Contents

<p id="notice"><%= notice %></p>

<p>
  <strong>Question:</strong>
  <%= @challenge.question %>
</p>

<p>
  <strong>Answer:</strong>
  <%= @challenge.answer %>
</p>

<p>
  <strong>Code:</strong>
  <%= @challenge.code %>
</p>

<%= link_to 'Edit', edit_challenge_path(@challenge) %> |
<%= link_to 'Back', challenges_path %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
antispam-0.2.0 app/views/antispam/challenges/show.html.erb
antispam-0.1.7 app/views/antispam/challenges/show.html.erb
antispam-0.1.5 app/views/antispam/challenges/show.html.erb
antispam-0.1.4 app/views/antispam/challenges/show.html.erb
antispam-0.1.3 app/views/antispam/challenges/show.html.erb
antispam-0.1.2 app/views/antispam/challenges/show.html.erb
antispam-0.1.1 app/views/antispam/challenges/show.html.erb
antispam-0.1.0 app/views/antispam/challenges/show.html.erb