summaryrefslogtreecommitdiffstats
path: root/application/views/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/index.php')
-rw-r--r--application/views/index.php16
1 files changed, 0 insertions, 16 deletions
diff --git a/application/views/index.php b/application/views/index.php
deleted file mode 100644
index 5ba6d8d..0000000
--- a/application/views/index.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<style>
- .muted{
- float:right;
- }
-</style>
-<ul class="nav nav-tabs nav-stacked ">
- <?php foreach($polls as $poll):?>
- <li>
- <a href="<?php echo "/polls/poll/{$poll->id}"; ?>" >
- <?echo $poll->question;?>
- <div class="muted"><?php echo $poll->total_votes; ?> Votes</div>
- </a>
- </li>
- <?php endforeach;?>
-</ul>
-<a class="btn btn-block" href="/polls/add"><i class="icon-plus"></i> Add poll</a> \ No newline at end of file