Skip to content

Commit

Permalink
detail fixes for share current folder
Browse files Browse the repository at this point in the history
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
  • Loading branch information
jancborchardt committed Oct 18, 2016
1 parent 3f1e935 commit 9af4af6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion apps/files_sharing/css/sharebreadcrumb.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

div.crumb span.icon-share {
display: inline-block;
width: 32px;
vertical-align: sub;
cursor: pointer;
opacity: 0.2;
Expand Down
3 changes: 1 addition & 2 deletions apps/files_sharing/js/sharebreadcrumbview.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
(function() {
'use strict';

var TEMPLATE = '<span class="icon icon-share {{#if isShared}}shared{{/if}}"></span>';
var TEMPLATE = '<span class="icon-share {{#if isShared}}shared{{/if}}"></span>';

var BreadCrumbView = OC.Backbone.View.extend({
tagName: 'span',
Expand Down Expand Up @@ -85,4 +85,3 @@

OCA.Sharing.ShareBreadCrumbView = BreadCrumbView;
})();

0 comments on commit 9af4af6

Please sign in to comment.