Former-commit-id: 267203bec9fa61572cc7952dcbef33ca7afbe50c
This commit is contained in:
Henrique Dias
2017-01-03 22:33:59 +00:00
parent 827f5b3454
commit 0cb09738c9
4 changed files with 134 additions and 136 deletions

View File

@@ -144,13 +144,6 @@
</div>
{{- end }}
{{- if and (.User.AllowEdit) (not .IsDir) }}
<div class="action" id="move">
<i class="material-icons" title="Move">forward</i>
<span>Move file</span>
</div>
{{- end }}
<div {{ if .IsDir }}data-dropdown{{ end }} class="action" id="download">
{{- if not .IsDir}}<a href="?download=true">{{ end }}
<i class="material-icons" title="Download">file_download</i><span>Download</span>