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 @@
| ID | Title | Content | @@ -12,6 +13,7 @@ | ||
|---|---|---|---|---|---|
| <%= problem.id %> | <%= problem.title %> | <%= problem.content %> | <%= link_to 'Show', problem %> | ||