diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2015-02-28 07:48:46 +0100 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2015-02-28 07:48:46 +0100 |
commit | 82a9a4c034eab240330696df578045336f34675e (patch) | |
tree | aead42c9c50b2412e37fb2d2c7d37726ba1592e2 | |
parent | c85935c42acc71e419336ab76633b19132cab278 (diff) | |
parent | 9e4d3f328f00459447e087677a1684e54faa47c8 (diff) | |
download | gitlab-ce-82a9a4c034eab240330696df578045336f34675e.tar.gz |
Merge pull request #8882 from Shine-neko/master
Fix typo
-rw-r--r-- | app/views/admin/services/index.html.haml | 2 | ||||
-rw-r--r-- | app/views/projects/services/index.html.haml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/services/index.html.haml b/app/views/admin/services/index.html.haml index 1d3e192a325..0093fb97765 100644 --- a/app/views/admin/services/index.html.haml +++ b/app/views/admin/services/index.html.haml @@ -6,7 +6,7 @@ %tr %th %th Service - %th Desription + %th Description %th Last edit - @services.sort_by(&:title).each do |service| %tr diff --git a/app/views/projects/services/index.html.haml b/app/views/projects/services/index.html.haml index d615d128653..0d3ccb6bb83 100644 --- a/app/views/projects/services/index.html.haml +++ b/app/views/projects/services/index.html.haml @@ -6,7 +6,7 @@ %tr %th %th Service - %th Desription + %th Description %th Last edit - @services.sort_by(&:title).each do |service| %tr |