Skip to content

Commit

Permalink
[webui] Fix global notification title to H2
Browse files Browse the repository at this point in the history
  • Loading branch information
Moises Deniz Aleman committed Oct 25, 2017
1 parent 47929e0 commit 5126a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/app/views/webui/subscriptions/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- @layouttype = 'custom'
.grid_16.alpha.omega.box.box-shadow
= render partial: 'webui/configuration/tabs'
%p= @pagetitle
%h2= @pagetitle
= form_tag(notifications_path, method: :put, id: 'notification_form') do
= render partial: 'subscriptions_form'
%p= submit_tag 'Update'

0 comments on commit 5126a78

Please sign in to comment.