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
a5a38c01
Commit
a5a38c01
authored
Dec 04, 2012
by
Your Name
Browse files
Options
Browse Files
Download
Plain Diff
fix conflict
parents
6a19f4e0
64663c34
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
7 deletions
+10
-7
lms/static/images/flagged.png
+0
-0
lms/static/images/notflagged.png
+0
-0
lms/static/images/resolvedflag.png
+0
-0
lms/static/sass/_discussion.scss
+7
-5
lms/templates/discussion/_underscore_templates.html
+3
-2
No files found.
lms/static/images/flagged.png
View replaced file @
6a19f4e0
View file @
a5a38c01
5.39 KB
|
W:
|
H:
370 Bytes
|
W:
|
H:
2-up
Swipe
Onion skin
lms/static/images/notflagged.png
View replaced file @
6a19f4e0
View file @
a5a38c01
730 Bytes
|
W:
|
H:
332 Bytes
|
W:
|
H:
2-up
Swipe
Onion skin
lms/static/images/resolvedflag.png
0 → 100644
View file @
a5a38c01
369 Bytes
lms/static/sass/_discussion.scss
View file @
a5a38c01
...
...
@@ -2421,6 +2421,7 @@ body.discussion {
font-size
:
12px
;
color
:
#888
;
float
:right
;
padding-right
:
5px
;
font-style
:
italic
;
width
:
100px
;
}
...
...
@@ -2428,16 +2429,17 @@ body.discussion {
.notflagged
.icon
{
display
:
inline-block
;
width
:
20px
;
height
:
30px
;
width
:
10px
;
height
:
14px
;
padding-right
:
3px
;
background
:
transparent
url('../images/notflagged.png')
no-repeat
0
0
;
}
.flagged
.icon
{
display
:
inline-block
;
width
:
20px
;
height
:
30px
;
width
:
10px
;
height
:
14px
;
padding-right
:
3px
;
background
:
transparent
url('../images/flagged.png')
no-repeat
0
0
;
}
lms/templates/discussion/_underscore_templates.html
View file @
a5a38c01
...
...
@@ -113,7 +113,7 @@
<
div
class
=
"response-local"
><
div
class
=
"response-body"
>
$
{
"<%- body %>"
}
<
/div
>
<
div
class
=
"discussion-flag-abuse notflagged"
data
-
role
=
"thread-flag"
data
-
tooltip
=
"flag"
>
<
i
class
=
"icon"
><
/i>
Report Misuse
</
div
>
<
i
class
=
"icon"
><
/i>
<span class="flag-label">Report Misuse</
span
>
<
/div
>
<
/div
>
<
ul
class
=
"moderator-actions response-local"
>
<
li
style
=
"display: none"
><
a
class
=
"action-edit"
href
=
"javascript:void(0)"
><
span
class
=
"edit-icon"
><
/span> Edit</
a
><
/li
>
...
...
@@ -137,7 +137,8 @@
<script
type=
"text/template"
id=
"response-comment-show-template"
>
<
div
id
=
"comment_${'<%- id %>'}"
>
<
div
class
=
"response-body"
>
$
{
'<%- body %>'
}
<
/div
>
<
div
class
=
"discussion-flag-abuse notflagged"
data
-
role
=
"thread-flag"
data
-
tooltip
=
"flag"
>
<
i
class
=
"icon"
><
/i><span class="flag-label">Report Misuse</
span
><
/div>
<
p
class
=
"posted-details"
>&
ndash
;
posted
<
span
class
=
"timeago"
title
=
"${'<%- created_at %>'}"
>
$
{
'<%- created_at %>'
}
<
/span> b
y
$
{
"<% if (obj.username) { %>"
}
<
a
href
=
"${'<%- user_url %>'}"
class
=
"profile-link"
>
$
{
'<%- username %>'
}
<
/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