Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
iv
gitlab-ce
Commits
607d8b79
Commit
607d8b79
authored
Oct 17, 2012
by
Valeriy Sizov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Wiki Style Fixing
parent
71667390
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
4 deletions
+12
-4
app/assets/stylesheets/main.scss
app/assets/stylesheets/main.scss
+6
-0
app/assets/stylesheets/sections/wiki.scss
app/assets/stylesheets/sections/wiki.scss
+3
-0
app/views/wikis/show.html.haml
app/views/wikis/show.html.haml
+3
-4
No files found.
app/assets/stylesheets/main.scss
View file @
607d8b79
...
...
@@ -189,3 +189,9 @@ $hover: #D9EDF7;
*
*/
@import
"sections/editor.scss"
;
/**
* Wiki styles
*
*/
@import
"sections/wiki.scss"
;
app/assets/stylesheets/sections/wiki.scss
0 → 100644
View file @
607d8b79
.wiki
{
padding
:
5px
;
}
app/views/wikis/show.html.haml
View file @
607d8b79
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment