8 Commits

Author SHA1 Message Date
6d0ae825d8 Remove tids for Translations 2023-03-01 15:58:38 +01:00
faf2bb0e2e Improve logic and add working "delete" links 2023-02-14 21:02:48 +01:00
66a61c8380 Add tidy_raw() helper 2023-02-14 20:55:36 +01:00
b0267ef752 Add long urls for Artikel 2023-02-12 18:46:19 +01:00
aab04f5ecc Add public_content to translations table and rename lang to language 2023-01-15 17:55:26 +01:00
483ed9440d Update some superficial things 2023-01-14 22:05:48 +01:00
d589d84b40 Add creating and basic editing of translation 2023-01-04 14:42:13 +01:00
f66521dba8 Add Translations
mix phx.gen.live Translations Translation translations \
  lang:string title:string teaser:text content:map \
  date:utc_datetime user_id:references:users \
  public:boolean unauthorized:boolean article_id:references:articles
2022-12-26 18:45:40 +01:00