diff --git a/assets/embed/templates/actions.tmpl b/assets/embed/templates/actions.tmpl
index 635da57f..b5ed7358 100644
--- a/assets/embed/templates/actions.tmpl
+++ b/assets/embed/templates/actions.tmpl
@@ -1,16 +1,16 @@
{{ define "actions" }}
- open_in_new See raw
+ open_in_new See raw
{{ if .IsDir }}
- mode_edit
+ mode_edit
{{ end }}
- file_download Download
+ file_download Download
- delete Delete
+ delete Delete
{{ end }}
diff --git a/assets/embed/templates/base.tmpl b/assets/embed/templates/base.tmpl
index e8f3b59d..6d24209f 100644
--- a/assets/embed/templates/base.tmpl
+++ b/assets/embed/templates/base.tmpl
@@ -21,14 +21,14 @@
{{ end }}
- subdirectory_arrow_left
+ subdirectory_arrow_left
{{ if ne $lnk ""}}
{{ end }}
- menu
+ menu
@@ -48,7 +48,7 @@
{{ end }}
- subdirectory_arrow_left
+ subdirectory_arrow_left
{{ if ne $lnk ""}}
@@ -64,23 +64,23 @@
{{ if .IsDir}}
-
storage
+
storage
Write your git, mercurial or svn command and press enter.
- view_headline Switch view
+ view_headline Switch view
- file_upload Upload
+ file_upload Upload
{{ else }}
{{ template "actions" . }}
{{ end }}
- exit_to_app Logout
+ exit_to_app Logout
@@ -90,7 +90,7 @@