mirror of
https://0xacab.org/sutty/sutty
synced 2025-03-15 02:38:17 +00:00
Merge branch 'issue-15068' into production.panel.sutty.nl
This commit is contained in:
commit
94892aed45
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
||||||
%tr{ id: attribute }
|
%tr{ id: attribute }
|
||||||
%th= post_label_t(attribute, post: post)
|
%th= post_label_t(attribute, post: post)
|
||||||
%td{ dir: dir, lang: locale }= metadata.value
|
%td{ dir: dir, lang: locale }= metadata.values.invert[metadata.value]
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
%tr{ id: attribute }
|
%tr{ id: attribute }
|
||||||
%th= post_label_t(attribute, post: post)
|
%th= post_label_t(attribute, post: post)
|
||||||
%td{ dir: dir, lang: locale }= metadata.value
|
%td{ dir: dir, lang: locale }= metadata.values.invert[metadata.value]
|
||||||
|
|
Loading…
Reference in a new issue