From b82baccda8097ccb24096ea9205e18fec034aaa7 Mon Sep 17 00:00:00 2001 From: Adhidarma Hadiwinoto <gua@adhisimon.org> Date: Fri, 29 Jan 2016 15:21:04 +0700 Subject: [PATCH] simplifikasi config index --- views/config.index.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/views/config.index.html b/views/config.index.html index edc5895..52bb9c4 100644 --- a/views/config.index.html +++ b/views/config.index.html @@ -8,7 +8,7 @@ {% for scope, items in configs %} <tr style="background-color: white;"> - <th colspan=3 id="config.{{ scope }}"> + <th colspan=2 id="config.{{ scope }}"> <h2> {{ scope }} </h2> @@ -43,14 +43,13 @@ {% else %} {{ value }} {% endif %} - </td> - <td class="hidden-xs hidden-sm"> + <br/> <a class="btn btn-warning" role="button" href="/config/edit/{{ scope }}/{{ keyword }}">Edit</a> <a class="btn btn-danger" role="button" href="/config/ask-delete/{{ scope }}/{{ keyword }}">Delete</a> - </td> + </tr> {% endfor %} -- 1.9.0