From da0b27c66cc5680ca66ac22f6a9026aa846a2ffb Mon Sep 17 00:00:00 2001
From: elvanowen <vanzz_95@hotmail.com>
Date: Mon, 16 May 2016 17:08:46 +0700
Subject: [PATCH] Everything

---
 salaryman/app/views/index/look.volt | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/salaryman/app/views/index/look.volt b/salaryman/app/views/index/look.volt
index 4d990d8..9c9552e 100644
--- a/salaryman/app/views/index/look.volt
+++ b/salaryman/app/views/index/look.volt
@@ -59,14 +59,16 @@
                 <td>Rp {{ salary.pajak }}</td>
               </tr>
               <tr>
-              <td>Akumulasi Rapel</td>
-                {{ form("/rapel/edit") }}
+                <td>Akumulasi Rapel</td>
+                <td>
+                  {{ form("/rapel/edit") }}
 
-                  {{ text_field("rapel") }}
+                    {{ text_field("rapel") }}
 
-                  {{ submit_button("Sign in", "class" : "btn btn-sm btn-info", "style" : "width:100%") }}
+                    {{ submit_button("Sign in", "class" : "btn btn-sm btn-info", "style" : "width:100%") }}
 
-                {{ end_form() }}
+                  {{ end_form() }}
+                </td>
               </tr>
               <tr>
                 <td style="background:#009688;color:#fff;font-size:1.3em"><b>Total</b></td>
-- 
GitLab