Commit b82baccda8097ccb24096ea9205e18fec034aaa7

Authored by Adhidarma Hadiwinoto
1 parent 20e61fc23d
Exists in master

simplifikasi config index

Showing 1 changed file with 3 additions and 4 deletions Side-by-side Diff

views/config.index.html
... ... @@ -8,7 +8,7 @@
8 8  
9 9 {% for scope, items in configs %}
10 10 <tr style="background-color: white;">
11   - <th colspan=3 id="config.{{ scope }}">
  11 + <th colspan=2 id="config.{{ scope }}">
12 12 <h2>
13 13 {{ scope }}
14 14 </h2>
... ... @@ -43,14 +43,13 @@
43 43 {% else %}
44 44 {{ value }}
45 45 {% endif %}
46   - </td>
47 46  
48   - <td class="hidden-xs hidden-sm">
  47 + <br/>
49 48  
50 49 <a class="btn btn-warning" role="button" href="/config/edit/{{ scope }}/{{ keyword }}">Edit</a>
51 50 <a class="btn btn-danger" role="button" href="/config/ask-delete/{{ scope }}/{{ keyword }}">Delete</a>
52   -
53 51 </td>
  52 +
54 53 </tr>
55 54 {% endfor %}
56 55