summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAriejan de Vroom <ariejan@ariejan.net>2012-02-12 23:31:05 -0800
committerAriejan de Vroom <ariejan@ariejan.net>2012-02-12 23:31:05 -0800
commit5f1d76bf8a1a9597d361216ef430e9313ade37e1 (patch)
tree7fafc2efb9ee01b674c9864ac37dbc05905ad846
parent7fd29a78fa2c67a7aa01a4d3bb368f4f15a411d3 (diff)
parentee33eae18d65d0d24c75c0eb771cdd24ebb94c0e (diff)
downloadgitlab-ce-5f1d76bf8a1a9597d361216ef430e9313ade37e1.tar.gz
Merge pull request #399 from JoshuaRogers/corrected_typo
Fixed a typo by the third n in 'commit'.
-rw-r--r--app/views/notify/note_commit_email.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notify/note_commit_email.html.haml b/app/views/notify/note_commit_email.html.haml
index 81001d684c2..589ae3ccb34 100644
--- a/app/views/notify/note_commit_email.html.haml
+++ b/app/views/notify/note_commit_email.html.haml
@@ -4,7 +4,7 @@
%td{:style => "font-size: 1px; line-height: 1px;", :width => "21"}
%td{:align => "left", :style => "padding: 20px 0 0;"}
%h2{:style => "color:#646464; font-weight: bold; margin: 0; padding: 0; line-height: 26px; font-size: 18px; font-family: Helvetica, Arial, sans-serif; "}
- New comment for commmit
+ New comment for commit
= link_to truncate(@commit.id.to_s, :length => 16), project_commit_url(@project, :id => @commit.id, :anchor => "note_#{@note.id}")
%td{:style => "font-size: 1px; line-height: 1px;", :width => "21"}
%tr