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/views
diff options
context:
space:
mode:
authorValeriy Sizov <vsv2711@gmail.com>2012-10-17 17:14:20 +0400
committerValeriy Sizov <vsv2711@gmail.com>2012-10-17 17:14:20 +0400
commit8e989d4863d6425f87e3a7230ff86823b6b2e551 (patch)
tree3f73260eaac610594e25047bd3693fdc6e02d4ce /app/views
parent7a0a552b434243b260733ec3d1cfb069b5beb581 (diff)
revert all wiki changes
Diffstat (limited to 'app/views')
-rw-r--r--app/views/wikis/show.html.haml7
1 files changed, 4 insertions, 3 deletions
diff --git a/app/views/wikis/show.html.haml b/app/views/wikis/show.html.haml
index fe85ba23a87..579ea1b3ad6 100644
--- a/app/views/wikis/show.html.haml
+++ b/app/views/wikis/show.html.haml
@@ -10,9 +10,10 @@
%i.icon-edit
Edit
%br
-.file_content.wiki
- = preserve do
- = markdown @wiki.content
+.file_holder
+ .file_content.wiki
+ = preserve do
+ = markdown @wiki.content
%p.time Last edited by #{@wiki.user.name}, #{time_ago_in_words @wiki.created_at} ago
- if can? current_user, :admin_wiki, @project