workaround for CVE-2014-4920

This commit is contained in:
wvengen 2014-09-10 13:27:45 +02:00
parent 3f3d7c4e3b
commit f18cc367ae
3 changed files with 11 additions and 4 deletions

View file

@ -32,7 +32,7 @@
.span3
= yield(:sidebar)
.span9
= bootstrap_flash
= bootstrap_flash_patched
- if content_for?(:actionbar)
.btn-toolbar.pull-right= yield(:actionbar)
- if show_title?
@ -40,7 +40,7 @@
%h1= yield(:title)
= yield
- else
= bootstrap_flash
= bootstrap_flash_patched
- if content_for?(:actionbar)
.btn-toolbar.pull-right= yield(:actionbar)
- if show_title?

View file

@ -2,7 +2,7 @@
.container
.row
.span6.offset3
= bootstrap_flash
= bootstrap_flash_patched
- if show_title?
.page-header
%h1= yield(:title)