Merge branch 'master' of dev.gitlabhq.com:gitlabhq

This commit is contained in:
Dmitriy Zaporozhets 2012-03-28 00:31:22 +03:00
commit bae4efa7cf
5 changed files with 69 additions and 21 deletions

View file

@ -1147,3 +1147,7 @@ li.note {
max-width:100%;
}
}
.wiki_content code, .readme code{
background-color: inherit;
}

View file

@ -7,8 +7,8 @@
= link_to edit_project_wiki_path(@project, @wiki), :class => "btn small" do
Edit
%hr
= markdown_to_html @wiki.content
.wiki_content
= markdown_to_html @wiki.content
%p.time Last edited by #{@wiki.user.name}, in #{time_ago_in_words @wiki.created_at}
- if can? current_user, :admin_wiki, @project