このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
adrianshort
/
suttonelections
ミラー元
https://github.com/adrianshort/suttonelections.git
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
2
Wiki
アクティビティ
ソースを参照
Display flash errors and notices
tags/last-sinatra-version
Adrian Short
10年前
親
14e806be52
コミット
06deeab3c9
2個のファイルの変更
、
12行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+6
-0
public/style.css
+6
-0
views/layout.haml
+ 6
- 0
public/style.css
ファイルの表示
@@ -185,6 +185,12 @@ tr
padding: 10px 25px;
}
#notice {
background-color: green;
color: white;
padding: 10px 20px;
}
#error {
background-color: red;
color: white;
+ 6
- 0
views/layout.haml
ファイルの表示
@@ -8,6 +8,12 @@
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
%body
#main
- if flash[:notice]
#notice
%p= flash[:notice]
- if flash[:error]
#error
%p= flash[:error]
= yield
#footer
#footer_inner
書き込み
プレビュー
読み込み中…
キャンセル
保存