Skip to content

Commit

Permalink
Improve page description content
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioheleno committed Nov 28, 2022
1 parent bddb9a8 commit 0cc0d8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resources/views/package/listVersions.twig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{% block title %}Releases of "{{ package.name }}" - PHP.Package.Health{% endblock %}

{% block description %}{{ package.description }}{% endblock %}
{% block description %}List of {{ tagged | length }} tagged releases and {{ develop | length }} development branches of package {{ package.name }}{% endblock %}

{% block hero_type %}is-info{% endblock %}

Expand Down
2 changes: 1 addition & 1 deletion resources/views/package/viewVersion.twig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{% block title %}{{ package.name }} @ {{ version.number }} - PHP.Package.Health{% endblock %}

{% block description %}{{ package.description }}{% endblock %}
{% block description %}{{ package.description | escape }}{% endblock %}

{% block hero_type %}{{ status.type }}{% endblock %}

Expand Down
2 changes: 1 addition & 1 deletion resources/views/vendor/listPackages.twig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{% block title %}Packages from {{ vendor }} - PHP.Package.Health{% endblock %}

{% block description %}List of {{ packages | length }} packages released by "{{ vendor }}".{% endblock %}
{% block description %}List of {{ packages | length }} packages released by {{ vendor }}.{% endblock %}

{% block hero_type %}is-info{% endblock %}
{% block hero_title %}Keep your dependencies up-to-date{% endblock %}
Expand Down

0 comments on commit 0cc0d8e

Please sign in to comment.