Skip to content
Snippets Groups Projects
Commit 607d8b79 authored by Valeriy Sizov's avatar Valeriy Sizov
Browse files

Wiki Style Fixing

parent 71667390
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -189,3 +189,9 @@ $hover: #D9EDF7;
*
*/
@import "sections/editor.scss";
/**
* Wiki styles
*
*/
@import "sections/wiki.scss";
.wiki{
padding: 5px;
}
Loading
Loading
@@ -10,10 +10,9 @@
%i.icon-edit
Edit
%br
.file_holder
.file_content.wiki
= preserve do
= markdown @wiki.content
.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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment