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
0a53ec3e
Commit
0a53ec3e
authored
Mar 15, 2013
by
Your Name
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updates
parent
470e4027
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
11 deletions
+2
-11
lms/templates/discussion/_underscore_templates.html
+2
-11
No files found.
lms/templates/discussion/_underscore_templates.html
View file @
0a53ec3e
...
@@ -45,17 +45,11 @@
...
@@ -45,17 +45,11 @@
<
/header
>
<
/header
>
<
div
class
=
"post-body"
>
$
{
'<%- body %>'
}
<
/div
>
<
div
class
=
"post-body"
>
$
{
'<%- body %>'
}
<
/div
>
<!--
%
if
course
and
has_permission
(
user
,
'openclose_thread'
,
course
.
id
):
temporary
patch
for
backward
compatibility
with
comments
service
-->
%
if
course
and
has_permission
(
user
,
'openclose_thread'
,
course
.
id
)
and
False
:
<
div
class
=
"admin-pin discussion-pin notpinned"
data
-
role
=
"thread-pin"
data
-
tooltip
=
"pin this thread"
>
<
div
class
=
"admin-pin discussion-pin notpinned"
data
-
role
=
"thread-pin"
data
-
tooltip
=
"pin this thread"
>
<
i
class
=
"icon"
><
/i><span class="pin-label">Pin Thread</
span
><
/div>
<
i
class
=
"icon"
><
/i><span class="pin-label">Pin Thread</
span
><
/div>
<!--
secondary
patch
for
backward
compatibility
with
comments
service
-->
%
el
if
Fal
se
:
%
else
:
$
{
"<% if (pinned) { %>"
}
$
{
"<% if (pinned) { %>"
}
<
div
class
=
"discussion-pin notpinned"
data
-
role
=
"thread-pin"
data
-
tooltip
=
"pin this thread"
>
<
div
class
=
"discussion-pin notpinned"
data
-
role
=
"thread-pin"
data
-
tooltip
=
"pin this thread"
>
<
i
class
=
"icon"
><
/i><span class="pin-label">Pin Thread</
span
><
/div>
<
i
class
=
"icon"
><
/i><span class="pin-label">Pin Thread</
span
><
/div>
...
@@ -63,9 +57,6 @@
...
@@ -63,9 +57,6 @@
%
endif
%
endif
$
{
'<% if (obj.courseware_url) { %>'
}
$
{
'<% if (obj.courseware_url) { %>'
}
<
div
class
=
"post-context"
>
<
div
class
=
"post-context"
>
(
this
post
is
about
<
a
href
=
"${'<%- courseware_url%>'}"
>
$
{
'<%- courseware_title %>'
}
<
/a>
)
(
this
post
is
about
<
a
href
=
"${'<%- courseware_url%>'}"
>
$
{
'<%- courseware_title %>'
}
<
/a>
)
...
...
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