diff options
Diffstat (limited to 'app/views/tournaments/show.html.erb')
-rw-r--r-- | app/views/tournaments/show.html.erb | 3 |
1 files changed, 1 insertions, 2 deletions
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| %> |