File tree Expand file tree Collapse file tree
templates/dashboard/packages Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7070 <div >No license specified</div >
7171 {% endif %}
7272 </div >
73- <p class =" px-3 mb-0" ><small >{{ ' Last updated at %date%' | trans({' %date%' : package .updatedAt |date}) }}</small ></p >
73+ {% apply spaceless %}
74+ <p class =" px-3 mb-0" >
75+ <small >
76+ {{ ' Last updated at %date%' | trans({' %date%' : package .updatedAt |date}) }}
77+ {% if package .updateScheduledAt %}
78+ <br >
79+ {{ ' An update for this package has been scheduled' | trans }}
80+ {% endif %}
81+ </small >
82+ </p >
83+ {% endapply %}
7484 </div >
7585 </div >
7686
Original file line number Diff line number Diff line change 55{% block page_content %}
66 {{ include (' dashboard/packages/_package_header.html.twig' , {currentPage : ' versions' }) }}
77
8+ {% apply spaceless %}
9+ <p >
10+ {{ ' Last updated at %date%' | trans({' %date%' : package .updatedAt |date}) }}
11+ {% if package .updateScheduledAt %}
12+ <br >
13+ {{ ' An update for this package has been scheduled' | trans }}
14+ {% endif %}
15+ </p >
16+ {% endapply %}
17+
818 {% if package .versions | length > 0 %}
919 {{ _self.versionList (' Latest versions' , package .activeVersions ) }}
1020 {{ _self.versionList (' Development versions' , package .devVersions ) }}
Original file line number Diff line number Diff line change @@ -46,12 +46,13 @@ Search packages: Search packages
4646Dependents : Dependents
4747Implementations : Implementations
4848Installations : Installations
49- Last updated at %date% : Last updated at %date%
5049License : License
5150Providers : Providers
5251Statistics : Statistics
5352Suggesters : Suggesters
5453
54+ An update for this package has been scheduled : An update for this package has been scheduled.
55+ Last updated at %date% : Last updated at %date%.
5556No published versions found : No published versions found.
5657
5758# Package labels (Statistics)
You can’t perform that action at this time.
0 commit comments