summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-04-27 23:01:04 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-04-27 23:01:04 -0400
commit2d7313767442956eab00671ac555c0ce4e583b5f (patch)
tree4d82b865add8617aadd6390b02f6f4cfa75657bb /app/views
parent987cd575c48b9ac1ff4a8232288484685ed8563d (diff)
handle what I can of `fgrep -r TODO app lib`
Diffstat (limited to 'app/views')
-rw-r--r--app/views/matches/show.html.erb1
-rw-r--r--app/views/tournaments/show.html.erb3
2 files changed, 1 insertions, 3 deletions
diff --git a/app/views/matches/show.html.erb b/app/views/matches/show.html.erb
index 3f9c6b4..01484d3 100644
--- a/app/views/matches/show.html.erb
+++ b/app/views/matches/show.html.erb
@@ -64,7 +64,6 @@
<% end %>
<% when 2 %>
<!-- Started, waiting to finish -->
- <!-- TODO -->
<%= @match.render_sampling(current_user) %>
<% when 3 %>
<!-- Finished -->
diff --git a/app/views/tournaments/show.html.erb b/app/views/tournaments/show.html.erb
index 53389bb..c71d3c6 100644
--- a/app/views/tournaments/show.html.erb
+++ b/app/views/tournaments/show.html.erb
@@ -47,8 +47,7 @@
<p>
<strong>Sampling method:</strong>
- <!-- TODO -->
- <%= @tournament.sampling_method %>
+ <%= @tournament.sampling_method.humanize.capitalize %>
</p>
<% @tournament.settings.each do |setting| %>