summaryrefslogtreecommitdiff
path: root/app/views/profiles/notifications
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-02-07 17:20:12 +0100
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-02-07 17:20:12 +0100
commit6a7f2b99c789747739c9f530e8283008366668cb (patch)
treec524623ded3eb18d1e4d569cdd5824b0f6f60df7 /app/views/profiles/notifications
parent2e8fe0bdb274e8cdc80d0e38fe340832c70adfb2 (diff)
downloadgitlab-ce-6a7f2b99c789747739c9f530e8283008366668cb.tar.gz
Set of small UI fixes to project and profile pages
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/profiles/notifications')
-rw-r--r--app/views/profiles/notifications/show.html.haml3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/profiles/notifications/show.html.haml b/app/views/profiles/notifications/show.html.haml
index 0bcadc965fa..d5f61d9f0ca 100644
--- a/app/views/profiles/notifications/show.html.haml
+++ b/app/views/profiles/notifications/show.html.haml
@@ -1,9 +1,6 @@
- page_title "Notifications"
- header_title page_title, profile_notifications_path
-.gray-content-block.top-block
- These are your global notification settings.
-
.prepend-top-default
= form_for @user, url: profile_notifications_path, method: :put, html: { class: 'update-notifications form-horizontal global-notifications-form' } do |f|
-if @user.errors.any?