Skip to content

Commit 498769f

Browse files
authored
apps/project: Full Title on Detail Page
1 parent 2534abf commit 498769f

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

  • changelog
  • meinberlin/apps/contrib/templates/meinberlin_contrib/components

changelog/1039.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Changed
2+
3+
- Full Title on Project Detail Page (1039)

meinberlin/apps/contrib/templates/meinberlin_contrib/components/hero.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<div class="hero__content">
77
<h1 class="hero__title">
88
{% if show_buttons %}
9-
<a href="{{ hero_link }}">{{ content.name|truncatechars:70 }}</a>
9+
<a href="{{ hero_link }}">{{ content.name }}</a>
1010
{% else %}
11-
{{ content.name|truncatechars:70 }}
11+
{{ content.name }}
1212
{% endif %}
1313
</h1>
1414
<div class="hero__description">

0 commit comments

Comments
 (0)