OSDN Git Service

It was hard to click on small edit icon for comment
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Sun, 4 Aug 2013 13:46:46 +0000 (16:46 +0300)
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Sun, 4 Aug 2013 13:46:46 +0000 (16:46 +0300)
app/views/projects/notes/_note.html.haml

index 1389d89..fbc924c 100644 (file)
@@ -8,8 +8,11 @@
       - if(note.author_id == current_user.id) || can?(current_user, :admin_note, @project)
         = link_to "#", title: "Edit comment", class: "js-note-edit" do
           %i.icon-edit
+          Edit
+        &nbsp;
         = link_to project_note_path(@project, note), title: "Remove comment", method: :delete, confirm: 'Are you sure you want to remove this comment?', remote: true, class: "danger js-note-delete" do
           %i.icon-trash.cred
+          Remove
     = image_tag gravatar_icon(note.author_email), class: "avatar s32"
     = link_to_member(@project, note.author, avatar: false)
     %span.note-last-update