mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Bug fixes
This commit is contained in:
parent
e36e5b4247
commit
c3b7902e6b
@ -274,7 +274,7 @@
|
||||
<iframe id="theFrame" style="display:none" frameborder="1" width="100%" height="1180"></iframe>
|
||||
<canvas id="theCanvas" style="display:none;width:100%;border:solid 1px #CCCCCC;"></canvas>
|
||||
|
||||
@if (!Auth::user()->isPro())
|
||||
@if (false && !Auth::user()->isPro())
|
||||
{{ trans('texts.pro_plan.remove_logo', ['link'=>link_to('account/enable_pro_plan', trans('texts.pro_plan.remove_logo_link'))]) }}
|
||||
@endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user