add function share , comment button and write comments
This commit is contained in:
parent
2c39774ff7
commit
e3040d99fa
3 changed files with 54 additions and 34 deletions
|
@ -17,7 +17,7 @@
|
|||
</span>
|
||||
</span>
|
||||
{% if not hide_actionbar_comment %}
|
||||
<span class="actionbar-block">
|
||||
<span class="actionbar-block" id="comment-button">
|
||||
<span class="actionbar-button">
|
||||
<i class="fa fa-comment-o" style="font-size: large;"></i>
|
||||
<span class="actionbar-text">{{_("Comment")}}</span>
|
||||
|
@ -33,7 +33,7 @@
|
|||
<span class="actionbar-text">{{_("Bookmark")}}</span>
|
||||
</span>
|
||||
</span>
|
||||
<span class="actionbar-block">
|
||||
<span class="actionbar-block" id="share-button" >
|
||||
<span class="actionbar-button">
|
||||
<i class="fa fa-share" style="font-size: large;"></i>
|
||||
<span class="actionbar-text">{{_("Share")}}</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue