Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
7c12d9c2
Commit
7c12d9c2
authored
Jan 26, 2012
by
Ernie Park
Browse files
Options
Browse Files
Download
Plain Diff
merge
parents
2ba88b53
dd6c6e54
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
sass/_wiki.scss
+8
-1
simplewiki_history.html
+2
-2
No files found.
sass/_wiki.scss
View file @
7c12d9c2
...
...
@@ -129,5 +129,11 @@ div.wiki-wrapper {
p
{
line-height
:
1
.6em
;
}
#wiki_history_table
{
tr
.dark
{
background-color
:
$light-gray
;
}
}
}
}
}
\ No newline at end of file
simplewiki_history.html
View file @
7c12d9c2
...
...
@@ -60,10 +60,10 @@ ${ wiki_article.title }
<tr>
<td
colspan=
"4"
>
%if wiki_prev_page:
<a
href=
"${reverse("
wiki_history
",
args=
[wiki_article.get_url(),
wiki_prev_page
])}"
>
trans "Previous page"
</a>
<a
href=
"${reverse("
wiki_history
",
args=
[wiki_article.get_url(),
wiki_prev_page
])}"
>
Previous page
</a>
%endif
%if wiki_next_page:
<a
href=
"${reverse("
wiki_history
",
args=
[wiki_article.get_url(),
wiki_next_page
])}"
>
"Next page"
</a>
<a
href=
"${reverse("
wiki_history
",
args=
[wiki_article.get_url(),
wiki_next_page
])}"
>
Next page
</a>
%endif
</td>
</tr>
...
...
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