From c2d699ba7e85e9ea13263e190910a93207f985bc Mon Sep 17 00:00:00 2001
From: Olimpia Magliulo <olimpiam@intern-ikts-MacBook-Air.local>
Date: Fri, 8 Dec 2017 11:11:25 +0100
Subject: [PATCH] Change to pure-button-red class

---
 templates/error.twig | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/templates/error.twig b/templates/error.twig
index a87abb68e..4aa773993 100644
--- a/templates/error.twig
+++ b/templates/error.twig
@@ -53,10 +53,11 @@
 
             <textarea class="text-area edge" name="text" rows="6" cols="50">{{ '{errors:report_explain}' | trans }}</textarea>
         </form>
+        <p class="center">
             <input type="hidden" name="reportId" value="{{ error.reportId }}" />
-            <button type="submit" name="send" class="btn">{{ '{errors:report_submit}' | trans }}</button>
+            <button type="submit" name="send" class="pure-button pure-button-red">{{ '{errors:report_submit}' | trans }}</button>
         </p>
-    {% endif %}
+    {%- endif %}
 
     <h2>{{ '{errors:howto_header}' | trans }}</h2>
     <p>{{ '{errors:howto_text}' | trans }}</p>
-- 
GitLab