From 8ac5a09605992f1e434cb793ceca7497c6f46d23 Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Wed, 30 Jan 2019 21:15:17 +0100 Subject: feat: editBy to store the current editor of an art --- app/view/templates/edit.php | 3 +++ app/view/templates/layout.php | 6 +++++- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'app/view/templates') diff --git a/app/view/templates/edit.php b/app/view/templates/edit.php index 7c6610a..8d79174 100644 --- a/app/view/templates/edit.php +++ b/app/view/templates/edit.php @@ -24,6 +24,9 @@ + diff --git a/app/view/templates/layout.php b/app/view/templates/layout.php index e0b2e1c..b054791 100644 --- a/app/view/templates/layout.php +++ b/app/view/templates/layout.php @@ -12,7 +12,11 @@ <?= $title ?> - + -- cgit v1.2.3