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
95177315
Commit
95177315
authored
Jan 31, 2015
by
Marco Morales
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated icons on discussion forums
parent
79ffa0f5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
common/static/coffee/spec/discussion/discussion_spec_helper.coffee
+1
-1
lms/templates/discussion/_underscore_templates.html
+3
-3
No files found.
common/static/coffee/spec/discussion/discussion_spec_helper.coffee
View file @
95177315
...
...
@@ -546,7 +546,7 @@ browser and pasting the output. When that file changes, this one should be rege
<li class="actions-item">
<a href="javascript:void(0)" class="action-list-item action-edit" role="button">
<span class="action-label">Edit</span>
<span class="action-icon"><i class="icon fa fa-pencil
-square-o
"></i></span>
<span class="action-icon"><i class="icon fa fa-pencil"></i></span>
</a>
</li>
</script>
...
...
lms/templates/discussion/_underscore_templates.html
View file @
95177315
...
...
@@ -514,8 +514,8 @@
</script>
</
%
def>
${primaryAction("endorse", "
o
k", _("Endorse"), _("Endorse"), _("Unendorse"))}
${primaryAction("answer", "
o
k", _("Mark as Answer"), _("Mark as Answer"), _("Unmark as Answer"))}
${primaryAction("endorse", "
chec
k", _("Endorse"), _("Endorse"), _("Unendorse"))}
${primaryAction("answer", "
chec
k", _("Mark as Answer"), _("Mark as Answer"), _("Unmark as Answer"))}
${primaryAction("follow", "star", _("Follow"), _("Follow"), _("Unfollow"))}
<script
type=
"text/template"
id=
"forum-action-vote"
>
...
...
@@ -571,7 +571,7 @@ ${secondaryStateAction("close", "lock", _("Close"), _("Close"), _("Open"))}
</script>
</
%
def>
${secondaryAction("edit", "pencil
-square-o
", _("Edit"))}
${secondaryAction("edit", "pencil", _("Edit"))}
${secondaryAction("delete", "remove", _("Delete"))}
<script
type=
"text/template"
id=
"forum-actions"
>
...
...
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