diff options
| author | Connor Shea <connor.james.shea@gmail.com> | 2016-05-31 18:25:33 -0600 |
|---|---|---|
| committer | Connor Shea <connor.james.shea@gmail.com> | 2016-06-01 19:42:49 -0600 |
| commit | 026b7abc5afc33847f9dcf8bdfc29167da4e9c02 (patch) | |
| tree | d0b3ad26838363747ce33a0023a0959c31e792e8 /app/views/users | |
| parent | 0256e68399674e832204ba0d66626e994ef1cf3a (diff) | |
| download | gitlab-ce-026b7abc5afc33847f9dcf8bdfc29167da4e9c02.tar.gz | |
Attempt to fix the user page.
Diffstat (limited to 'app/views/users')
| -rw-r--r-- | app/views/users/show.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/users/show.html.haml b/app/views/users/show.html.haml index 0c513308308..8268380dafc 100644 --- a/app/views/users/show.html.haml +++ b/app/views/users/show.html.haml @@ -1,5 +1,6 @@ - page_title @user.name - page_description @user.bio +- page_specific_javascripts asset_path("users/application.js") - header_title @user.name, user_path(@user) - @no_container = true |
