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
80c6366d
Commit
80c6366d
authored
Sep 05, 2012
by
Tom Giannattasio
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
moved closed thread notice
parent
38b9b53a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
4 deletions
+11
-4
lms/static/sass/_discussion.scss
+5
-0
lms/templates/discussion/_underscore_templates.html
+6
-4
No files found.
lms/static/sass/_discussion.scss
View file @
80c6366d
...
...
@@ -1027,6 +1027,7 @@ body.discussion {
.bottom-post-status
{
padding
:
30px
;
font-size
:
20px
;
...
...
@@ -1077,6 +1078,10 @@ body.discussion {
font-size
:
12px
;
font-style
:
italic
;
color
:
#888
;
span
{
font-style
:
italic
;
}
}
.post-context
{
...
...
lms/templates/discussion/_underscore_templates.html
View file @
80c6366d
...
...
@@ -7,9 +7,13 @@
<
h1
>
$
{
'<%- title %>'
}
<
/h1
>
<
p
class
=
"posted-details"
>
<
span
class
=
"timeago"
title
=
"${'<%- created_at %>'}"
>
$
{
'<%- created_at %>'
}
<
/span> b
y
<
a
href
=
"${'<%- user_url %>'}"
>
$
{
'<%- username %>'
}
<
/a
>
<
a
href
=
"${'<%- user_url %>'}"
>
$
{
'<%- username %>'
}
<
/a>
<
span
class
=
"post-status-closed top-post-status"
style
=
"display: none"
>
•
This
thread
is
closed
.
<
/span
>
<
/p
>
<
/header
>
<
div
class
=
"post-body"
>
$
{
'<%- body %>'
}
<
/div
>
...
...
@@ -18,9 +22,7 @@
(
this
post
is
about
<
a
href
=
"../../jump_to/${'<%- courseware_location %>'}"
>
$
{
'<%- courseware_title %>'
}
<
/a>
)
<
/div
>
$
{
'<% } %>'
}
<
div
class
=
"post-status-closed"
style
=
"display: none"
>
This
thread
is
closed
.
<
/div
>
<
ul
class
=
"moderator-actions"
>
<
li
style
=
"display: none"
><
a
class
=
"action-edit"
href
=
"javascript:void(0)"
><
span
class
=
"edit-icon"
><
/span> Edit</
a
><
/li
>
<
li
style
=
"display: none"
><
a
class
=
"action-delete"
href
=
"javascript:void(0)"
><
span
class
=
"delete-icon"
><
/span> Delete</
a
><
/li
>
...
...
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