add temp icon for edit; not quite a match
authorJacob Hilker <hilker.j@gmail.com>
Sat, 1 Feb 2014 22:57:43 +0000 (17:57 -0500)
committerJacob Hilker <hilker.j@gmail.com>
Sat, 1 Feb 2014 22:57:43 +0000 (17:57 -0500)
karmaworld/assets/img/edit.png [new file with mode: 0644]
karmaworld/templates/courses/course_detail.html

diff --git a/karmaworld/assets/img/edit.png b/karmaworld/assets/img/edit.png
new file mode 100644 (file)
index 0000000..131046f
Binary files /dev/null and b/karmaworld/assets/img/edit.png differ
index 9109fd158ae62b38c67b3eea445bfff2994c0f73..57eef9763e1635bfa7b1c156944dbd023d16cecb 100644 (file)
@@ -67,7 +67,7 @@
         <div id="course_actions" class="large-3 medium-6 small-12 columns small-centered">
           <div class="row">
             <div class="small-12 column center">
-              <a href="#" id="edit-button"><img src="{{ STATIC_URL }}img/note_thank.png" alt="edit_flag" width="25" height="35"/></a>
+              <a href="#" id="edit-button"><img src="{{ STATIC_URL }}img/edit.png" alt="edit_flag" width="25" height="35"/></a>
               <a href="#" id="flag-button" {% if already_flagged %} class="hide" {% endif %}><img src="{{ STATIC_URL }}img/note_flag.png" alt="note_flag" width="25" height="35"/></a>
               <a href="#" id="flag-button-disabled" {% if not already_flagged %} class="hide" {% endif %}><img src="{{ STATIC_URL }}img/note_flag_disabled.png" alt="note_flag" width="25" height="35"/></a>
             </div>