Skip to content

Commit

Permalink
Corrected flash message rendering
Browse files Browse the repository at this point in the history
Removed the partial rendering from angular components template

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1632782
  • Loading branch information
romanblanco committed Oct 1, 2018
1 parent 7473cb1 commit 095dfc1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions app/views/miq_request/show_list.html.haml
@@ -1,4 +1,5 @@
#main_div
= render :partial => "layouts/flash_msg"
%miq-request-options{:options => miq_request_initial_options.to_json}

= render :partial => 'layouts/gtl', :locals => {:no_flash_div => true}
Expand Down
1 change: 0 additions & 1 deletion app/views/static/miq-request-options.html.haml
@@ -1,4 +1,3 @@
= render :partial => "layouts/flash_msg"
%h3
= _("Filter By")
.form-horizontal
Expand Down

0 comments on commit 095dfc1

Please sign in to comment.