diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-01-29 17:13:28 -0800 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-01-29 17:13:28 -0800 |
| commit | 31245a40c10a556998a9923be21b9ac947232824 (patch) | |
| tree | efbdd4527abbc186d5c9ea7d869df2dffd35e37d /app/views/users | |
| parent | f1cf49218fb40b61f82ff74dbb7eaba32b439a5a (diff) | |
| download | gitlab-ce-31245a40c10a556998a9923be21b9ac947232824.tar.gz | |
Remove : from headers
Diffstat (limited to 'app/views/users')
| -rw-r--r-- | app/views/users/calendar.html.haml | 2 | ||||
| -rw-r--r-- | app/views/users/show.html.haml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app/views/users/calendar.html.haml b/app/views/users/calendar.html.haml index 727faf23679..13bdc5ed1e7 100644 --- a/app/views/users/calendar.html.haml +++ b/app/views/users/calendar.html.haml @@ -1,4 +1,4 @@ -%h4 Calendar: +%h4 Calendar #cal-heatmap.calendar :javascript new calendar( diff --git a/app/views/users/show.html.haml b/app/views/users/show.html.haml index 445f43cd500..e47fed5513e 100644 --- a/app/views/users/show.html.haml +++ b/app/views/users/show.html.haml @@ -15,7 +15,7 @@ .clearfix - if @groups.any? - %h4 Groups: + %h4 Groups = render 'groups', groups: @groups %hr @@ -24,7 +24,7 @@ %i.fa.fa-spinner.fa-spin %hr %h4 - User Activity: + User Activity - if current_user %span.rss-icon.pull-right |
