diff options
author | ArthurHoaro <arthur@hoa.ro> | 2019-05-08 11:00:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-08 11:00:33 +0200 |
commit | 160d9a7741c2db94ba03de0bfda14601c6afdff9 (patch) | |
tree | 6669a53e3365e38e290637eec6aee03d42df9465 /tpl/default/linklist.html | |
parent | 786f35f2700d83687ef494b98e3dace37d268e1c (diff) | |
parent | d3defcac1c6785ea074070ba6290e68efe16b1a8 (diff) | |
download | Shaarli-160d9a7741c2db94ba03de0bfda14601c6afdff9.tar.gz Shaarli-160d9a7741c2db94ba03de0bfda14601c6afdff9.tar.zst Shaarli-160d9a7741c2db94ba03de0bfda14601c6afdff9.zip |
Merge pull request #1296 from ArthurHoaro/feature/sticky-label
Display sticky label in linklist
Diffstat (limited to 'tpl/default/linklist.html')
-rw-r--r-- | tpl/default/linklist.html | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/tpl/default/linklist.html b/tpl/default/linklist.html index 1cf00783..a2aaac82 100644 --- a/tpl/default/linklist.html +++ b/tpl/default/linklist.html | |||
@@ -146,13 +146,14 @@ | |||
146 | </div> | 146 | </div> |
147 | {/if} | 147 | {/if} |
148 | 148 | ||
149 | {if="$is_logged_in"} | 149 | <div class="linklist-item-editbuttons"> |
150 | <div class="linklist-item-editbuttons"> | 150 | {if="$value.sticky"} |
151 | {if="$value.private"} | 151 | <span class="label label-sticky">{$strSticky}</span> |
152 | <span class="label label-private">{$strPrivate}</span> | 152 | {/if} |
153 | {/if} | 153 | {if="$value.private"} |
154 | </div> | 154 | <span class="label label-private">{$strPrivate}</span> |
155 | {/if} | 155 | {/if} |
156 | </div> | ||
156 | 157 | ||
157 | <h2> | 158 | <h2> |
158 | <a href="{$value.real_url}"> | 159 | <a href="{$value.real_url}"> |