disabled empty notice
This commit is contained in:
parent
ed63d28e7a
commit
0c19b1afd9
2 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
%p#notice= notice
|
||||
- unless notice.nil?
|
||||
%p#notice= notice
|
||||
|
||||
#infoblock
|
||||
%h2= @admin_project.name
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
%p#notice= notice
|
||||
- unless notice.nil?
|
||||
%p#notice= notice
|
||||
|
||||
#infoblock
|
||||
%p
|
||||
|
|
Loading…
Reference in a new issue