Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2017-05-09 02:56:37 +0300
committerDouwe Maan <douwe@selenight.nl>2017-05-09 03:13:19 +0300
commit64b4610594e6ce5577382fa71087f01e81dfeb20 (patch)
tree7059218d88857f8219caa3952b8b3e7d7d85c746 /app
parent41d3a5d703297a3679d0e460820d2d6e50b51f6a (diff)
Remove unused view
Diffstat (limited to 'app')
-rw-r--r--app/views/projects/blob/_markup.html.haml4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/projects/blob/_markup.html.haml b/app/views/projects/blob/_markup.html.haml
deleted file mode 100644
index 0090f7a11df..00000000000
--- a/app/views/projects/blob/_markup.html.haml
+++ /dev/null
@@ -1,4 +0,0 @@
-- blob.load_all_data!(@repository)
-
-.file-content.wiki
- = markup(blob.name, blob.data)