diff options
author | friendica <info@friendica.com> | 2015-02-03 21:19:29 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-02-03 21:19:29 -0800 |
commit | 4ead2cd79d3c7e5c29a11785a3ceefef6d3ba93f (patch) | |
tree | b2f366402f79f162471b8285ffbea76dd8f44960 /view/tpl/direntry.tpl | |
parent | 86771547e6d04d046d3beeabb8e4486a59a7fcc6 (diff) | |
download | volse-hubzilla-4ead2cd79d3c7e5c29a11785a3ceefef6d3ba93f.tar.gz volse-hubzilla-4ead2cd79d3c7e5c29a11785a3ceefef6d3ba93f.tar.bz2 volse-hubzilla-4ead2cd79d3c7e5c29a11785a3ceefef6d3ba93f.zip |
final cleanup on ratings feature
Diffstat (limited to 'view/tpl/direntry.tpl')
-rwxr-xr-x | view/tpl/direntry.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/direntry.tpl b/view/tpl/direntry.tpl index 1b84bca56..b0a1084e8 100755 --- a/view/tpl/direntry.tpl +++ b/view/tpl/direntry.tpl @@ -17,7 +17,7 @@ {{if $entry.viewrate}} <div id="dir-rating-wrapper-{{$entry.id}}" class="directory-rating" >{{if $entry.total_ratings}}<a href="ratings/{{$entry.hash}}"><button class="btn btn-default">{{$entry.total_ratings}}</button></a>{{/if}} -{{if $entry.canrate}}<button class="btn btn-default" onclick="doRatings('{{$entry.hash}}'); return false;" ><i class="icon-pencil"></i></button>{{/if}} +{{if $entry.canrate}}<button class="btn btn-default" onclick="doRatings('{{$entry.hash}}'); return false;" ><i class="icon-pencil"></i></button><span class="required" id="edited-{{$entry.hash}}" style="display: none;" >*</span>{{/if}} </div> {{/if}} {{if $entry.public_forum}} |