about summary refs log tree commit diff
path: root/app/views/about/_version.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/about/_version.html.haml')
-rw-r--r--app/views/about/_version.html.haml9
1 files changed, 0 insertions, 9 deletions
diff --git a/app/views/about/_version.html.haml b/app/views/about/_version.html.haml
deleted file mode 100644
index 3ed35da51..000000000
--- a/app/views/about/_version.html.haml
+++ /dev/null
@@ -1,9 +0,0 @@
-.panel
-  .panel-header= t 'about.version'
-  .panel-body
-    - if @instance_presenter.commit_hash == ""
-      %strong= version.version_number
-    - else
-      %strong= version.version_number
-      %strong= "#{@instance_presenter.commit_hash}"
-