瀏覽代碼

Bugfixed past/future elections not showing properly

tags/last-sinatra-version
Adrian Short 13 年之前
父節點
當前提交
7e710484a3
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      views/index.haml

+ 2
- 2
views/index.haml 查看文件

@@ -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…
取消
儲存