Sha256: cfe901b7cc7148d175f9499a40fa9b69f6a5efa4aa5a6655bb06af40ed0807e4

Contents?: true

Size: 415 Bytes

Versions: 18

Compression:

Stored size: 415 Bytes

Contents

<% if should_display_assistance_box? assignment %>
  <hr>
  <%= assistance_box assignment %>
  <a data-toggle="collapse" href="#assistance-details-section" class="example-see-more">
    <%= t :view_details %>
  </a>
  <div id="assistance-details-section" class="<%= 'collapse' if should_display_assistance_box?(assignment) %> in results-item">
    <hr>
    <%= yield %>
  </div>
<% else %>
  <%= yield %>
<% end %>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
mumuki-laboratory-9.0.6 app/views/exercise_solutions/_assistant_rules_box.html.erb
mumuki-laboratory-9.0.5 app/views/exercise_solutions/_assistant_rules_box.html.erb
mumuki-laboratory-9.0.4 app/views/exercise_solutions/_assistant_rules_box.html.erb
mumuki-laboratory-9.0.3 app/views/exercise_solutions/_assistant_rules_box.html.erb
mumuki-laboratory-9.0.2 app/views/exercise_solutions/_assistant_rules_box.html.erb
mumuki-laboratory-9.0.1 app/views/exercise_solutions/_assistant_rules_box.html.erb
mumuki-laboratory-9.0.0 app/views/exercise_solutions/_assistant_rules_box.html.erb
mumuki-laboratory-8.6.1 app/views/exercise_solutions/_assistant_rules_box.html.erb
mumuki-laboratory-8.6.0 app/views/exercise_solutions/_assistant_rules_box.html.erb
mumuki-laboratory-8.5.0 app/views/exercise_solutions/_assistant_rules_box.html.erb
mumuki-laboratory-8.4.0 app/views/exercise_solutions/_assistant_rules_box.html.erb
mumuki-laboratory-8.3.0 app/views/exercise_solutions/_assistant_rules_box.html.erb
mumuki-laboratory-8.2.1 app/views/exercise_solutions/_assistant_rules_box.html.erb
mumuki-laboratory-8.2.0 app/views/exercise_solutions/_assistant_rules_box.html.erb
mumuki-laboratory-8.1.3 app/views/exercise_solutions/_assistant_rules_box.html.erb
mumuki-laboratory-8.1.2 app/views/exercise_solutions/_assistant_rules_box.html.erb
mumuki-laboratory-8.1.1 app/views/exercise_solutions/_assistant_rules_box.html.erb
mumuki-laboratory-8.1.0 app/views/exercise_solutions/_assistant_rules_box.html.erb