From 951773150f24393f87270164c957ac7c7db72317 Mon Sep 17 00:00:00 2001 From: Marco Morales Date: Sat, 31 Jan 2015 18:40:38 -0500 Subject: [PATCH] updated icons on discussion forums --- .../coffee/spec/discussion/discussion_spec_helper.coffee | 2 +- lms/templates/discussion/_underscore_templates.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/static/coffee/spec/discussion/discussion_spec_helper.coffee b/common/static/coffee/spec/discussion/discussion_spec_helper.coffee index c78000a23b..629ee06457 100644 --- a/common/static/coffee/spec/discussion/discussion_spec_helper.coffee +++ b/common/static/coffee/spec/discussion/discussion_spec_helper.coffee @@ -546,7 +546,7 @@ browser and pasting the output. When that file changes, this one should be rege
  • Edit - +
  • diff --git a/lms/templates/discussion/_underscore_templates.html b/lms/templates/discussion/_underscore_templates.html index 05f74a88cd..9dcd43b9f7 100644 --- a/lms/templates/discussion/_underscore_templates.html +++ b/lms/templates/discussion/_underscore_templates.html @@ -514,8 +514,8 @@ -${primaryAction("endorse", "ok", _("Endorse"), _("Endorse"), _("Unendorse"))} -${primaryAction("answer", "ok", _("Mark as Answer"), _("Mark as Answer"), _("Unmark as Answer"))} +${primaryAction("endorse", "check", _("Endorse"), _("Endorse"), _("Unendorse"))} +${primaryAction("answer", "check", _("Mark as Answer"), _("Mark as Answer"), _("Unmark as Answer"))} ${primaryAction("follow", "star", _("Follow"), _("Follow"), _("Unfollow"))} -${secondaryAction("edit", "pencil-square-o", _("Edit"))} +${secondaryAction("edit", "pencil", _("Edit"))} ${secondaryAction("delete", "remove", _("Delete"))}