Commit 6cf625f84fbe365630671d4f618d3efda01e22d7
1 parent
d8d9ab681c
Exists in
master
link di judul
Showing 1 changed file with 8 additions and 8 deletions Side-by-side Diff
views/index.html
... | ... | @@ -19,30 +19,30 @@ |
19 | 19 | </head> |
20 | 20 | <body> |
21 | 21 | <div class="pull-left"> |
22 | - <img src="{logo}"> | |
22 | + <a href="/?"><img src="{logo}"></a> | |
23 | 23 | </div> |
24 | 24 | <h1> |
25 | 25 | <br/><br/> |
26 | 26 | {title} |
27 | 27 | </h1> |
28 | - | |
28 | + | |
29 | 29 | <table class="table table-hover table-striped"> |
30 | 30 | {for balance in balances} |
31 | 31 | <tr> |
32 | 32 | <td> |
33 | - | |
33 | + | |
34 | 34 | {if balance.url} |
35 | 35 | <a href="{balance.url}"> |
36 | 36 | {/if} |
37 | - | |
37 | + | |
38 | 38 | {balance.title} |
39 | - | |
39 | + | |
40 | 40 | {if balance.url} |
41 | 41 | </a> |
42 | 42 | {/if} |
43 | - | |
43 | + | |
44 | 44 | </td> |
45 | - | |
45 | + | |
46 | 46 | <td> |
47 | 47 | <div class="pull-right"> |
48 | 48 | {balance.balance} |
... | ... | @@ -51,7 +51,7 @@ |
51 | 51 | </tr> |
52 | 52 | {/for} |
53 | 53 | </table> |
54 | - | |
54 | + | |
55 | 55 | Generated on {timestamp} |
56 | 56 | |
57 | 57 |