workaround for CVE-2014-4920
This commit is contained in:
parent
3f3d7c4e3b
commit
f18cc367ae
3 changed files with 11 additions and 4 deletions
|
|
@ -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?
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
.container
|
||||
.row
|
||||
.span6.offset3
|
||||
= bootstrap_flash
|
||||
= bootstrap_flash_patched
|
||||
- if show_title?
|
||||
.page-header
|
||||
%h1= yield(:title)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue