diff --git a/app/views/problems/index.html.erb b/app/views/problems/index.html.erb index 5627ebf..c494eeb 100644 --- a/app/views/problems/index.html.erb +++ b/app/views/problems/index.html.erb @@ -3,6 +3,7 @@ + @@ -12,6 +13,7 @@ <% @problems.each do |problem| %> +
ID Title Content
<%= problem.id %> <%= problem.title %> <%= problem.content %> <%= link_to 'Show', problem %>