ソースを参照

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


読み込み中…
キャンセル
保存