We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 983efab commit 479c27fCopy full SHA for 479c27f
experiments/templates/experiments/report.html
@@ -38,11 +38,11 @@
38
<button type="submit" class="button button-small button-primary">
39
{% trans 'Use this' %}
40
</button>
41
+ <a class="button button-small button-primary" title="{% trans 'Preview' %}"
42
+ href="{% url 'experiments:preview_for_report' variation.pk %}">
43
+ <span class="icon icon-view"></span>
44
+ </a>
45
</form>
- <a class="button button-small button-primary" title="{% trans 'Preview' %}"
- href="{% url 'experiments:preview_for_report' variation.pk %}">
- <span class="icon icon-view"></span>
- </a>
46
</td>
47
{% if variation == winning_variation %}
48
<td class="icon icon-tick">{% trans 'Selected' %}</td>
0 commit comments