Browse Source

Bugfixed past/future elections not showing properly

tags/last-sinatra-version
Adrian Short 13 years ago
parent
commit
7e710484a3
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      views/index.haml

+ 2
- 2
views/index.haml View File

@@ -1,6 +1,6 @@
%h1 Sutton Elections

- if @future_elections
- if @future_elections.size > 0

%h2 Forthcoming elections
@@ -16,7 +16,7 @@
%td= election.kind


- if @past_elections
- if @past_elections.size > 0

%h2 Past elections


Loading…
Cancel
Save