diff options
author | Luke Shumaker <shumakl@purdue.edu> | 2014-04-28 09:33:06 -0400 |
---|---|---|
committer | Luke Shumaker <shumakl@purdue.edu> | 2014-04-28 09:33:06 -0400 |
commit | e08e007a6c50e1959a29a9d18dec8c52146a233c (patch) | |
tree | 1e771145156c53530cfc5a169d4e54bfdbfb7b93 /app/views/games/show.html.erb | |
parent | 457fa8cfce3241dd2207175caef57d978dc4f0c1 (diff) |
run ./generate.sh
Diffstat (limited to 'app/views/games/show.html.erb')
-rw-r--r-- | app/views/games/show.html.erb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/views/games/show.html.erb b/app/views/games/show.html.erb index f132d9a..28da040 100644 --- a/app/views/games/show.html.erb +++ b/app/views/games/show.html.erb @@ -31,11 +31,6 @@ </p> <p> - <strong>Sampling method:</strong> - <%= @game.sampling_method %> -</p> - -<p> <strong>Scoring method:</strong> <%= @game.scoring_method %> </p> |