Commit 3f4eb731dfeca1c36de6a74945170fd6d6efb80b

Authored by root
Committed by Dmitriy Zaporozhets
1 parent 41d43940

Fixed a typo by the third n in 'commit'.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/notify/note_commit_email.html.haml
... ... @@ -4,7 +4,7 @@
4 4 %td{:style => "font-size: 1px; line-height: 1px;", :width => "21"}
5 5 %td{:align => "left", :style => "padding: 20px 0 0;"}
6 6 %h2{:style => "color:#646464; font-weight: bold; margin: 0; padding: 0; line-height: 26px; font-size: 18px; font-family: Helvetica, Arial, sans-serif; "}
7   - New comment for commmit
  7 + New comment for commit
8 8 = link_to truncate(@commit.id.to_s, :length => 16), project_commit_url(@project, :id => @commit.id, :anchor => "note_#{@note.id}")
9 9 %td{:style => "font-size: 1px; line-height: 1px;", :width => "21"}
10 10 %tr
... ...