diff options
author | raylu <raylu@gridium.com> | 2013-10-22 03:44:52 -0700 |
---|---|---|
committer | raylu <raylu@gridium.com> | 2013-10-22 03:44:52 -0700 |
commit | fbb64e5d89a0f3369d6809f374c5791853647284 (patch) | |
tree | af61531b255ae2e74e61c82a3f1708a11f4e41a2 /web/templates | |
parent | a9f844c3da365dc777002037262355e7c0b50265 (diff) | |
download | ykill-fbb64e5d89a0f3369d6809f374c5791853647284.tar.xz |
kill/item costs
Diffstat (limited to 'web/templates')
-rw-r--r-- | web/templates/corporation.html | 1 | ||||
-rw-r--r-- | web/templates/kill.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/web/templates/corporation.html b/web/templates/corporation.html index 8e8e7fa..c8550d7 100644 --- a/web/templates/corporation.html +++ b/web/templates/corporation.html @@ -18,6 +18,7 @@ <th class="victim">victim</th> <th class="killer_portrait"></th> <th class="killer">killer(s)</th> + <th class="value">value</th> </tr> </table> diff --git a/web/templates/kill.html b/web/templates/kill.html index 99a4039..67a8012 100644 --- a/web/templates/kill.html +++ b/web/templates/kill.html @@ -69,6 +69,7 @@ <th></th> <th></th> <th></th> + <th></th> </tr></thead> </table> |