From 4e4c91112daf5fcd89ce53670f29f099e2e52c4f Mon Sep 17 00:00:00 2001
From: xaralis <filip.varecha@fragaria.cz>
Date: Sun, 6 Dec 2020 19:04:25 +0100
Subject: [PATCH] wip: cf2021

---
 source/_patterns/03-templates/cf2021/anonymous.mustache | 1 +
 source/_patterns/03-templates/cf2021/user.mustache      | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/source/_patterns/03-templates/cf2021/anonymous.mustache b/source/_patterns/03-templates/cf2021/anonymous.mustache
index 0ea1e34..2e3a237 100644
--- a/source/_patterns/03-templates/cf2021/anonymous.mustache
+++ b/source/_patterns/03-templates/cf2021/anonymous.mustache
@@ -86,6 +86,7 @@
                       <span class="font-bold">{{ person.first }} {{ person.last }}</span>
                       <span class="text-grey-200 text-sm ml-2">KS Pardubický kraj</span>
                       <span class="text-grey-200 ml-1 text-sm">@ 11:40</span>
+                      <a href="#" class="text-grey-200 text-xs ml-2 underline">(Upraveno přesdedajícím)</a>
                       {{> molecules-chip(classes: "chip--cyan-200 chip--condensed ml-2", cta: "Návrh postupu")}}
                     </div>
                     {{> molecules-thumbs }}
diff --git a/source/_patterns/03-templates/cf2021/user.mustache b/source/_patterns/03-templates/cf2021/user.mustache
index c9ab823..89f807b 100644
--- a/source/_patterns/03-templates/cf2021/user.mustache
+++ b/source/_patterns/03-templates/cf2021/user.mustache
@@ -86,6 +86,7 @@
                       <span class="font-bold">{{ person.first }} {{ person.last }}</span>
                       <span class="text-grey-200 text-sm ml-2">KS Pardubický kraj</span>
                       <span class="text-grey-200 ml-1 text-sm">@ 11:40</span>
+                      <a href="#" class="text-grey-200 text-xs ml-2 underline">(Upraveno přesdedajícím)</a>
                       {{> molecules-chip(classes: "chip--cyan-200 chip--condensed ml-2", cta: "Návrh postupu")}}
                     </div>
                     {{> molecules-thumbs }}
@@ -135,7 +136,7 @@
           <div class="my-8 space-y-4">
             {{> molecules-textarea-field(nolabel: true) }}
             <div class="space-x-4">
-              {{> atoms-icon-button(classes: "text-base btn--black btn--hoveractive", icon: "ico--chevron-down", cta: "Přidat příspěvek") }}
+              {{> atoms-basic-button(classes: "text-base btn--black btn--hoveractive", cta: "Přidat příspěvek") }}
               <span class="text-sm text-grey-200">Pro pokročilejší formátování můžete používat <a href="#" class="underline">Markdown</a>.</span>
             </div>
           </div>
-- 
GitLab