better button name
This commit is contained in:
parent
cb2f7b9bf6
commit
d30ce5a200
|
@ -183,12 +183,12 @@ apps:
|
||||||
{{ item.published | date: "%Y" }} - {{ item.published | date: "%R" }}
|
{{ item.published | date: "%Y" }} - {{ item.published | date: "%R" }}
|
||||||
</p>
|
</p>
|
||||||
<p class="date">
|
<p class="date">
|
||||||
<a href="{{ item.id }}" target="_blank" rel="noopener" class="button">Interact</a>
|
<a href="{{ item.id }}" target="_blank" rel="noopener" class="button">See thread</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
{% endunless %}
|
{% endunless %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
Loading…
Reference in a new issue