Skip to content

Commit

Permalink
Fix wrong info when EE version has expired
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Aug 30, 2019
1 parent 4dae420 commit 66f50e1
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions Resources/views/themes/admin/dashboard/block/ez.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -95,16 +95,8 @@
{% set severity = 1 %}
{% set badge = 'End of Life' %}
<div class="alert alert-warning mb-0 mt-3" role="alert">
{{ 'dashboard.ez_version.end_of_life'|trans({
'%release%': urls['license'],
'%license_url%': urls['ee_product'],
'%gpl_faq_url%': urls['gpl_faq'],
})
|desc("Welcome to the open source %release% release. Using the community friendly <a target=\"_blank\" href=\"%license_url%\">GPL license</a>,
<a target=\"_blank\" href=\"%gpl_faq_url%\">sharing your code</a> is what it's all about.")
|raw }}
{{ 'dashboard.ez_version.end_of_life_upgrade'|trans({
'%release%': urls['license'],
'%release%': ez.release,
'%service_life_url%': urls['service_life'],
'%contact_url%': urls['contact'],
})
Expand Down

0 comments on commit 66f50e1

Please sign in to comment.