From f93969e772a36b54998496092b54972825a07dd8 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Fri, 14 Aug 2026 17:02:30 +0200 Subject: Fold revision metadata into a two-line row Title on the first line, date, revision and editor on the second, with the two actions as an icon grid. Four columns become two, so the table needs no mobile card treatment. --- config/locales/de.yml | 1 + config/locales/en.yml | 1 + 2 files changed, 2 insertions(+) (limited to 'config/locales') diff --git a/config/locales/de.yml b/config/locales/de.yml index 35f262cc..1bab646b 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -758,6 +758,7 @@ de: last: "Bis" diff_revisions: "Revisionen vergleichen" diff_selection_html: "Vergleicht %{from} mit %{to}" + row_meta: "%{date}, Rev %{rev}, von %{editor}" show_link: "anzeigen" restore_link: "wiederherstellen" confirm_restore: "Diese Revision wiederherstellen?" diff --git a/config/locales/en.yml b/config/locales/en.yml index 75c762a3..2acbe98f 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -726,6 +726,7 @@ en: last: "Last" diff_revisions: "Diff revisions" diff_selection_html: "Comparing %{to} against %{from}" + row_meta: "%{date}, rev %{rev}, by %{editor}" show_link: "show" restore_link: "restore" confirm_restore: "Restore this revision?" -- cgit v1.3