From 71f00eaf5f4e2d76dd200e4965afa04dc1dead3f Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Fri, 3 Mar 2017 01:00:52 -0500 Subject: [PATCH] Turn action links into buttons - Turns into @@ -287,34 +287,23 @@ as the value of $top_child_total (this is done at the end of this file) {{* Buttons for like and dislike *}} {{if $item.vote}} {{if $item.vote.like}} -  {{$item.vote.like.1}} + {{/if}} - - {{if $item.vote.like AND $item.vote.dislike}} -  •  - {{/if}} - {{if $item.vote.dislike}} -  {{$item.vote.dislike.1}} + {{/if}} - {{if ($item.vote.like OR $item.vote.dislike) AND $item.comment}} -  •  - {{/if}} {{/if}} - {{* Butten to open the comment text field *}} + {{* Button to open the comment text field *}} {{if $item.comment}} -  {{$item.switchcomment}} + {{/if}} {{* Button for sharing the item *}} {{if $item.vote}} - {{if ($item.vote.like OR $item.vote.dislike OR $item.comment) AND $item.vote.share}} -  •  - {{/if}} {{if $item.vote.share}} -  {{$item.vote.share.1}} + + + {{/if}}