From caa6d020d89073353bf5cba4291455294c564c50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Carlos=20Cuevas?= Date: Mon, 3 Jun 2013 09:08:56 +0200 Subject: [PATCH] Added new files we missed last commit. --- views/config.html | 14 ++++++++++++++ views/edit_stat.html | 7 +++++++ 2 files changed, 21 insertions(+) create mode 100644 views/config.html create mode 100644 views/edit_stat.html diff --git a/views/config.html b/views/config.html new file mode 100644 index 0000000..c49a5c2 --- /dev/null +++ b/views/config.html @@ -0,0 +1,14 @@ +$def with (game_name, stats, add_stat_form) +

$game_name stat list

+ +
+
+ $:add_stat_form +
+
diff --git a/views/edit_stat.html b/views/edit_stat.html new file mode 100644 index 0000000..6e39508 --- /dev/null +++ b/views/edit_stat.html @@ -0,0 +1,7 @@ +$def with (stat_info, edit_stat_form) +

Editing $stat_info.name stat

+
+
+ $:edit_stat_form +
+