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
76c6b9c8
Commit
76c6b9c8
authored
Jun 21, 2016
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Put wiki page history content into container
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
25ae737d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
33 deletions
+33
-33
app/views/projects/wikis/history.html.haml
app/views/projects/wikis/history.html.haml
+33
-33
No files found.
app/views/projects/wikis/history.html.haml
View file @
76c6b9c8
-
page_title
"History"
,
@page
.
title
.
capitalize
,
"Wiki"
-
page_title
"History"
,
@page
.
title
.
capitalize
,
"Wiki"
=
render
'nav'
=
render
'nav'
%div
{
class:
(
container_class
)
}
.top-area
.nav-text
%strong
=
link_to
@page
.
title
.
capitalize
,
namespace_project_wiki_path
(
@project
.
namespace
,
@project
,
@page
)
%span
.light
·
History
.top-area
.table-holder
.nav-text
%table
.table
%strong
%thead
=
link_to
@page
.
title
.
capitalize
,
namespace_project_wiki_path
(
@project
.
namespace
,
@project
,
@page
)
%span
.light
·
History
.table-holder
%table
.table
%thead
%tr
%th
Page version
%th
Author
%th
Commit Message
%th
Last updated
%th
Format
%tbody
-
@page
.
versions
.
each_with_index
do
|
version
,
index
|
-
commit
=
version
%tr
%tr
%td
%th
Page version
=
link_to
project_wiki_path_with_version
(
@project
,
@page
,
%th
Author
commit
.
id
,
index
==
0
)
do
%th
Commit Message
=
truncate_sha
(
commit
.
id
)
%th
Last updated
%td
%th
Format
=
commit
.
author
.
name
%tbody
%td
-
@page
.
versions
.
each_with_index
do
|
version
,
index
|
=
commit
.
message
-
commit
=
version
%td
%tr
#{
time_ago_with_tooltip
(
version
.
authored_date
)
}
%td
%td
=
link_to
project_wiki_path_with_version
(
@project
,
@page
,
%strong
commit
.
id
,
index
==
0
)
do
=
@page
.
page
.
wiki
.
page
(
@page
.
page
.
name
,
commit
.
id
).
try
(
:format
)
=
truncate_sha
(
commit
.
id
)
%td
=
commit
.
author
.
name
%td
=
commit
.
message
%td
#{
time_ago_with_tooltip
(
version
.
authored_date
)
}
%td
%strong
=
@page
.
page
.
wiki
.
page
(
@page
.
page
.
name
,
commit
.
id
).
try
(
:format
)
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