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
05a7d664
Commit
05a7d664
authored
Jun 14, 2013
by
marco
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated flag icons to be font-awesome based
parent
770bfdc1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
10 deletions
+8
-10
lms/static/images/flagged.png
+0
-0
lms/static/images/notflagged.png
+0
-0
lms/static/sass/_discussion.scss
+4
-6
lms/templates/discussion/_underscore_templates.html
+4
-4
No files found.
lms/static/images/flagged.png
deleted
100644 → 0
View file @
770bfdc1
327 Bytes
lms/static/images/notflagged.png
deleted
100644 → 0
View file @
770bfdc1
320 Bytes
lms/static/sass/_discussion.scss
View file @
05a7d664
...
...
@@ -2692,26 +2692,24 @@ display:none;
}
.notflagged
.icon
{
.notflagged
.icon
{
display
:
block
;
float
:
left
;
margin
:
3px
;
width
:
10px
;
height
:
14px
;
padding-right
:
3px
;
background
:
transparent
url('../images/notflagged.png')
no-repeat
0
0
;
color
:
$gray-l2
;
}
.flagged
.icon
{
.flagged
.icon
{
display
:
block
;
float
:
left
;
margin
:
3px
;
width
:
10px
;
height
:
14px
;
padding-right
:
3px
;
background
:
transparent
url('../images/flagged.png')
no-repeat
0
0
;
color
:
$pink
;
}
.flagged
span
{
...
...
lms/templates/discussion/_underscore_templates.html
View file @
05a7d664
...
...
@@ -48,7 +48,7 @@
<
div
class
=
"post-body"
>
$
{
'<%- body %>'
}
<
/div
>
<
div
class
=
"discussion-flag-abuse notflagged"
data
-
role
=
"thread-flag"
data
-
tooltip
=
"Report Misuse"
>
<
i
class
=
"icon"
><
/i><span class="flag-label">Report Misuse</
span
><
/div>
<
i
class
=
"icon
icon-flag
"
><
/i><span class="flag-label">Report Misuse</
span
><
/div>
%
if
course
and
has_permission
(
user
,
'openclose_thread'
,
course
.
id
):
...
...
@@ -126,7 +126,7 @@
<
/header
>
<
div
class
=
"response-local"
><
div
class
=
"response-body"
>
$
{
"<%- body %>"
}
<
/div
>
<
div
class
=
"discussion-flag-abuse notflagged"
data
-
role
=
"thread-flag"
data
-
tooltip
=
"report misuse"
>
<
i
class
=
"icon"
><
/i><span class="flag-label">Report Misuse</
span
><
/div
>
<
i
class
=
"icon
icon-flag
"
><
/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
>
...
...
@@ -150,8 +150,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
=
"
report m
isuse"
>
<
i
class
=
"icon"
><
/i><span class="flag-label"></
span
><
/div>
<
div
class
=
"discussion-flag-abuse notflagged"
data
-
role
=
"thread-flag"
data
-
tooltip
=
"
Report M
isuse"
>
<
i
class
=
"icon
icon-flag
"
><
/i><span class="flag-label"></
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