Fix css change

Somehow the changes weren’t picked up right.
This commit is contained in:
mattbk
2015-11-07 13:03:28 -06:00
parent 2259b1b53f
commit 8a17b8fb33
9 changed files with 26 additions and 9 deletions

4
views/next.html.twig Normal file → Executable file
View File

@ -2,8 +2,8 @@
{% block content %}
<header class="page-header">
<h1>Change blindness test (step {{ step_count }} of 3)</h1>
<h1>Change blindness test (step {{ step_count }} of {{ step_total }})</h1>
</header>
<p>Your response has been recorded.</p>
<p><a class="btn">&laquo; Retry</a> <a class="btn btn-primary" href="{{ next_url }}">Continue to step {{ step_count + 1 }} &raquo;</a></p>
<p><a class="btn" href="{{ prev_url }}">&laquo; Retry</a> <a class="btn btn-primary" href="{{ next_url }}">Continue to step {{ step_count + 1 }} &raquo;</a></p>
{% endblock %}