summaryrefslogtreecommitdiff
path: root/app/views/projects/blob/_blob.html.haml
diff options
context:
space:
mode:
authorJacob Schatz <jschatz1@gmail.com>2017-06-19 07:14:20 -0400
committerJacob Schatz <jschatz1@gmail.com>2017-06-19 07:14:20 -0400
commit2041ee57aeac44fa666dbd15abc32a467050d1e9 (patch)
tree80a2efec1aa233d06c914e5194e3ffc3829054f0 /app/views/projects/blob/_blob.html.haml
parentc1281fe0fed9079bc3914919fe177ab872de91d2 (diff)
downloadgitlab-ce-2041ee57aeac44fa666dbd15abc32a467050d1e9.tar.gz
Shows plain text editor with contents of blob.
Diffstat (limited to 'app/views/projects/blob/_blob.html.haml')
-rw-r--r--app/views/projects/blob/_blob.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/blob/_blob.html.haml b/app/views/projects/blob/_blob.html.haml
index cf0c4d2378b..ad85245cc1a 100644
--- a/app/views/projects/blob/_blob.html.haml
+++ b/app/views/projects/blob/_blob.html.haml
@@ -8,4 +8,5 @@
= render "projects/blob/auxiliary_viewer", blob: blob
#blob-content-holder.blob-content-holder
+ %p hi
#ide{ data: { url: repo_url }, style: "height:400px;" }