You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cryptcheck-rails/app/views/site/help.html.erb

13 lines
251 B

5 years ago
<div id="help" class="container">
5 years ago
<div class="scoring row">
5 years ago
<div class="col-sm-12">
<%= render partial: 'scoring' %>
5 years ago
</div>
</div>
5 years ago
<div class="checks row">
<div class="col-sm-12">
<%= render partial: 'checks' %>
</div>
</div>
5 years ago
</div>