summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/js')
-rw-r--r--apps/files_sharing/js/sharebreadcrumbview.js6
1 files changed, 1 insertions, 5 deletions
diff --git a/apps/files_sharing/js/sharebreadcrumbview.js b/apps/files_sharing/js/sharebreadcrumbview.js
index 7e659768304..9803c8f6dea 100644
--- a/apps/files_sharing/js/sharebreadcrumbview.js
+++ b/apps/files_sharing/js/sharebreadcrumbview.js
@@ -25,11 +25,7 @@
(function() {
'use strict';
- var TEMPLATE = '{{#if isShared}}'
- + 'Shared!'
- + '{{else}}'
- + 'Not shared!'
- + '{{/if}}';
+ var TEMPLATE = '<span class="icon icon-share {{#if isShared}}shared{{/if}}"></span>';
var BreadCrumbView = OC.Backbone.View.extend({
tagName: 'span',