diff options
author | Jose Ivan Vargas <jvargas@gitlab.com> | 2017-04-03 18:03:14 -0500 |
---|---|---|
committer | Jose Ivan Vargas <jvargas@gitlab.com> | 2017-04-06 14:58:57 -0500 |
commit | fc8ec9504a297890365593359695b384b78b6988 (patch) | |
tree | ca6e55d6b310dfae9b62fe58784ac96005e3a54a /app/views/events | |
parent | 00e00cacf8cb4ce3bfb733bae47e7e594e91e294 (diff) | |
download | gitlab-ce-fc8ec9504a297890365593359695b384b78b6988.tar.gz |
Corrected capitalizacion on various sections
Diffstat (limited to 'app/views/events')
-rw-r--r-- | app/views/events/_event_last_push.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/events/_event_last_push.html.haml b/app/views/events/_event_last_push.html.haml index a1a282178e7..1584695a62b 100644 --- a/app/views/events/_event_last_push.html.haml +++ b/app/views/events/_event_last_push.html.haml @@ -10,5 +10,5 @@ #{time_ago_with_tooltip(event.created_at)} .pull-right - = link_to new_mr_path_from_push_event(event), title: "New Merge Request", class: "btn btn-info btn-sm" do - Create Merge Request + = link_to new_mr_path_from_push_event(event), title: "New merge request", class: "btn btn-info btn-sm" do + Create merge request |