ソースを参照

Round percentages to zero decmimal places

tags/last-sinatra-version
Adrian Short 12年前
コミット
1ffa74ed37
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      app.rb

+ 1
- 1
app.rb ファイルの表示

@@ -41,7 +41,7 @@ helpers do
end

def format_percent(num)
sprintf("%.1f%%", num)
sprintf("%.0f%%", num)
end

def short_date(d)


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