-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6463064
commit 77aaa1c
Showing
7 changed files
with
27 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,29 @@ | ||
{% load i18n %} | ||
|
||
|
||
{% if forum %} | ||
<div class="row"> | ||
<div class="col-12 col-lg-auto"> | ||
<div class="row align-items-center"> | ||
<div class="col-12 col-md-auto"> | ||
<a href="{% url 'forum_conversation:topic_create' forum.slug forum.pk %}" | ||
class="btn btn-primary btn-ico matomo-event" | ||
data-matomo-category="engagement" | ||
data-matomo-action="contribute" | ||
data-matomo-option="new_topic"> | ||
class="btn btn-primary btn-ico btn-block matomo-event" | ||
data-matomo-category="engagement" | ||
data-matomo-action="contribute" | ||
data-matomo-option="new_topic"> | ||
<i class="ri-chat-new-line ri-lg"></i> | ||
<span>{% trans "New topic" %}</span> | ||
</a> | ||
</div> | ||
<div class="col-12 col-lg-auto"> | ||
<div class="col-12 col-md-auto py-1 py-md-0 px-md-0 text-center"> | ||
ou | ||
</div> | ||
<div class="col-12 col-lg-auto"> | ||
<div class="col-12 col-md-auto"> | ||
<a href="{% url 'forum_search_extension:search' %}" | ||
class="btn btn-outline-primary btn-ico matomo-event" | ||
data-matomo-category="engagement" | ||
data-matomo-action="search" | ||
data-matomo-option="query"> | ||
class="btn btn-outline-primary btn-ico btn-block matomo-event" | ||
data-matomo-category="engagement" | ||
data-matomo-action="search" | ||
data-matomo-option="query"> | ||
<i class="ri-chat-new-line ri-lg"></i> | ||
<span>{% trans "Search forums" %}</span> | ||
</a> | ||
</div> | ||
</div> | ||
{% endif %} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters