mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 08:52:04 +02:00
Binding interface for bank statements
This commit is contained in:
parent
2dfa65645b
commit
851e5368eb
15 changed files with 113 additions and 26 deletions
|
@ -63,10 +63,7 @@
|
|||
|
||||
/ /.nav-collapse
|
||||
.container
|
||||
- display = (flash.empty?) ? 'none' : 'block'
|
||||
#flash{style: "display: #{display};"}
|
||||
- type = (flash[:notice]) ? 'bg-success' : 'bg-danger'
|
||||
.alert{class: type}= flash[:notice] || flash[:alert]
|
||||
= render 'registrar/shared/flash'
|
||||
= yield
|
||||
|
||||
.footer.text-right
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue