diff options
author | friendica <info@friendica.com> | 2014-05-26 16:39:35 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-05-26 16:39:35 -0700 |
commit | d749c1d9c63150f26140e6abab4e50507d477256 (patch) | |
tree | a79eed0824565a7c662e3258e85181f4bd5db406 /view/tpl/comment_item.tpl | |
parent | e81f31c41cff89722d3bb4e6ebb5ee830c9094d6 (diff) | |
parent | c61da303dd7b1d082b03f7acbe7618b406cc941a (diff) | |
download | volse-hubzilla-d749c1d9c63150f26140e6abab4e50507d477256.tar.gz volse-hubzilla-d749c1d9c63150f26140e6abab4e50507d477256.tar.bz2 volse-hubzilla-d749c1d9c63150f26140e6abab4e50507d477256.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/tpl/comment_item.tpl')
-rwxr-xr-x | view/tpl/comment_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/comment_item.tpl b/view/tpl/comment_item.tpl index 0b89bb16a..13c827b77 100755 --- a/view/tpl/comment_item.tpl +++ b/view/tpl/comment_item.tpl @@ -54,7 +54,7 @@ </div> <div class="btn-group pull-right" id="comment-edit-submit-wrapper-{{$id}}"> {{if $preview}} - <button id="comment-edit-submit-{{$id}}" class="btn btn-default btn-xs btn-preview" onclick="preview_comment({{$id}}); return false;" title="{{$preview}}"> + <button id="comment-edit-submit-{{$id}}" class="btn btn-default btn-xs" onclick="preview_comment({{$id}}); return false;" title="{{$preview}}"> <i class="icon-eye-open comment-icon" ></i> </button> {{/if}} |