Fix link titles

This commit is contained in:
Riyad Preukschas 2013-01-02 21:07:02 +01:00
parent 621c6b8533
commit e29687552e
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
Link here
 
- if(note.author_id == current_user.id) || can?(current_user, :admin_note, @project)
= link_to project_note_path(@project, note), method: :delete, confirm: 'Are you sure?', remote: true, class: "danger js-note-delete" do
= link_to project_note_path(@project, note), title: "Remove comment", method: :delete, confirm: 'Are you sure?', remote: true, class: "danger js-note-delete" do
%i.icon-remove-circle
= image_tag gravatar_icon(note.author.email), class: "avatar s32"
= link_to note.author_name, project_team_member_path(@project, @project.team_member_by_id(note.author)), class: "note-author"