Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit c0890ba

Browse files
author
samsep
committed
remove button from download link
1 parent 81dd2a0 commit c0890ba

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/views/image-viewer-header.directive.jade

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ main.flex.column.light-bg
1212

1313
p.title(ng-if="vm.title") {{vm.title}}
1414

15-
.icons
16-
button.clean(ng-if="vm.downloadAllowed")
17-
a(href="{{ vm.downloadUrl }}" target="_blank")
18-
.icon.download
15+
.icons.flex.middle
16+
a(href="{{ vm.downloadUrl }}" target="_blank" ng-if="vm.downloadAllowed")
17+
.icon.download
1918

2019
button.clean(ng-click="vm.toggleComments()" ng-if="vm.commentsAllowed")
2120
.icon.bubble

0 commit comments

Comments
 (0)