-
-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #124 from radio-t/105-prep-pagination
Pagination on prep post
- Loading branch information
Showing
5 changed files
with
19 additions
and
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
<div class="post-comments py-5 border-top"> | ||
<div class="container-fluid"> | ||
<div class="row justify-content-center"> | ||
<div class="col-md-8">{{ partial "comments" }}</div> | ||
<div class="col-md-8"> | ||
{{ partial "comments-policy" }} | ||
{{ partial "comments" }} | ||
</div> | ||
</div> | ||
</div> | ||
</div> |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<p class="comment-policy">Тут у нас свобода слова, но за хамство можем забанить. | ||
<br>Пожалуйста, прочитайте наши | ||
<a | ||
href="/comment-policy" | ||
rel="noopener noreferrer" | ||
class="policy-link">правила</a>, | ||
прежде чем комментировать. | ||
</p> |
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,16 +1,3 @@ | ||
<p class="comment-policy">Тут у нас свобода слова, но за хамство можем забанить. | ||
<br>Пожалуйста, прочитайте наши | ||
<a | ||
href="/comment-policy" | ||
rel="noopener noreferrer" | ||
class="policy-link">правила</a>, | ||
прежде чем комментировать. | ||
</p> | ||
|
||
<div class="row justify-content-between header-pagination"> | ||
{{ partial "pagination" . }} | ||
</div> | ||
|
||
<div id="comments" data-controller="comments-embed"> | ||
<noscript>Please enable JavaScript to view the comments powered by Remark42.</noscript> | ||
</div> |
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