diff --git a/app/views/contests/show.html.erb b/app/views/contests/show.html.erb new file mode 100644 --- /dev/null +++ b/app/views/contests/show.html.erb @@ -0,0 +1,13 @@ +

+ Title: + <%=h @contest.title %> +

+ +

+ Enabled: + <%=h @contest.enabled %> +

+ + +<%= link_to 'Edit', edit_contest_path(@contest) %> | +<%= link_to 'Back', contests_path %> \ No newline at end of file