Commit 6ee39340 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Remove borders for wiki content. Fix wiki history UI

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 34b0bea0
......@@ -3,7 +3,7 @@
%span.light History for
= link_to @wiki.title.titleize, project_wiki_path(@project, @wiki)
%table
%table.table
%thead
%tr
%th Page version
......
......@@ -7,9 +7,14 @@
This is an old version of this page.
You can view the #{link_to "most recent version", project_wiki_path(@project, @wiki)} or browse the #{link_to "history", history_project_wiki_path(@project, @wiki)}.
.file-holder
.file-content.wiki
%hr
.wiki-holder
.wiki
= preserve do
= render_wiki_content(@wiki)
%p.span Last edited by #{commit_author_link(@wiki.commit, avatar: true, size: 16)} #{time_ago_with_tooltip(@wiki.commit.created_at)} ago
%hr
.wiki-last-edit-by
Last edited by #{commit_author_link(@wiki.commit, avatar: true, size: 16)} #{time_ago_with_tooltip(@wiki.commit.created_at)} ago
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment