From 38920de3910705dac42af2370da7b3ba504577a9 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Fri, 24 Jul 2026 04:15:32 +0200 Subject: Prevent the more … link from line breaking MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/custom/partials/_article.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/custom') diff --git a/app/views/custom/partials/_article.html.erb b/app/views/custom/partials/_article.html.erb index 2a76bdcc..20688f40 100644 --- a/app/views/custom/partials/_article.html.erb +++ b/app/views/custom/partials/_article.html.erb @@ -9,6 +9,6 @@ <%= link_to_path image_tag(headline.upload.url(:medium), :alt => ""), page.node.unique_name %> <% end %> -

<%= page.abstract %> <%= link_to_path t(:more), page.node.unique_name %>

+

<%= page.abstract %> <%= link_to_path t(:more), page.node.unique_name %>

-- cgit v1.3