diff options
author | Jose Ivan Vargas <jvargas@gitlab.com> | 2017-02-23 15:23:33 -0600 |
---|---|---|
committer | Jose Ivan Vargas <jvargas@gitlab.com> | 2017-02-23 15:47:23 -0600 |
commit | 2f681138dc2338b50af0b4d2bfbd24032e97f2e3 (patch) | |
tree | 193846079dc7a920539e2eb8391a54a12f13484a /app/views/users | |
parent | 621bfdaa9f9abe977310fb2692a4194b5a87347c (diff) | |
download | gitlab-ce-2f681138dc2338b50af0b4d2bfbd24032e97f2e3.tar.gz |
Modified the user_callout behaviour
Now it appends a template instead of relying in a partial
to show it.
Diffstat (limited to 'app/views/users')
-rw-r--r-- | app/views/users/show.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/users/show.html.haml b/app/views/users/show.html.haml index 6203c668ff5..c130f3d9e17 100644 --- a/app/views/users/show.html.haml +++ b/app/views/users/show.html.haml @@ -96,9 +96,9 @@ %li.js-snippets-tab = link_to user_snippets_path, data: {target: 'div#snippets', action: 'snippets', toggle: 'tab'} do Snippets - + %div{ class: container_class } - = render partial: 'shared/user_callout' + .user-callout{ 'callout-svg' => custom_icon('icon_customization') } .tab-content #activity.tab-pane .row-content-block.calender-block.white.second-block.hidden-xs |