diff options
author | Constance Okoghenun <cokoghenun@gitlab.com> | 2018-02-23 17:18:24 +0100 |
---|---|---|
committer | Constance Okoghenun <cokoghenun@gitlab.com> | 2018-02-23 17:18:24 +0100 |
commit | fffc1317959940bd12f6fec6fb9f095dfc48c994 (patch) | |
tree | 68727d647701a5d43e10daae0eb9767cc457f5f6 /app/views/profiles/keys/show.html.haml | |
parent | 8c310424ca2e31ee84d2a404bc42c2e310fb722f (diff) | |
download | gitlab-ce-fffc1317959940bd12f6fec6fb9f095dfc48c994.tar.gz |
removed profile webpack bundle tag
Diffstat (limited to 'app/views/profiles/keys/show.html.haml')
-rw-r--r-- | app/views/profiles/keys/show.html.haml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/profiles/keys/show.html.haml b/app/views/profiles/keys/show.html.haml index 7b7960708c4..28be6172219 100644 --- a/app/views/profiles/keys/show.html.haml +++ b/app/views/profiles/keys/show.html.haml @@ -2,5 +2,4 @@ - breadcrumb_title @key.title - page_title @key.title, "SSH Keys" - @content_class = "limit-container-width" unless fluid_layout -= render 'profiles/head' = render "key_details" |