Bug #1291
ferméErreur à l'affichage des thèmes
100%
Description
I, [2015-08-27T10:09:09.040025 #891] INFO -- : Started GET "/marben/themes" for 194.167.225.181 at 2015-08-27 10:09:09 +0200
I, [2015-08-27T10:09:09.042049 #891] INFO -- : Processing by ThemesController#index as HTML
I, [2015-08-27T10:09:09.047938 #891] INFO -- : Rendered themes/index.html.erb within layouts/application (4.4ms)
I, [2015-08-27T10:09:09.048159 #891] INFO -- : Completed 500 Internal Server Error in 6ms
F, [2015-08-27T10:09:09.050741 #891] FATAL -- :
ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::Program):
15: <tr>
16: <td><%= theme.name %></td>
17: <td><%= theme.comment %></td>
18: <td><%= best_in_place theme, :program_id, as: :select, collection: Program.all.collect{|p| [p.id, p.name]} %></td>
19: <td><%= link_to 'Show', theme %></td>
20: <td><%= link_to 'Edit', edit_theme_path(theme) %></td>
21: <td><%= link_to 'Destroy', theme, method: :delete, data: { confirm: 'Are you sure?' } %></td>
app/views/themes/index.html.erb:18:in `block in _app_views_themes_index_html_erb___3835417673005273038_70025784544660'
app/views/themes/index.html.erb:14:in `_app_views_themes_index_html_erb___3835417673005273038_70025784544660'
Mis à jour par Jonathan Schaeffer il y a environ 9 ans
- Statut changé de Nouveau à Fermé
- % réalisé changé de 0 à 100