You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
educoder/app/views/edu_settings/show.html.erb

15 lines
276 B

<p id="notice"><%= notice %></p>
<p>
<strong>Name:</strong>
<%= @edu_setting.name %>
</p>
<p>
<strong>Value:</strong>
<%= @edu_setting.value %>
</p>
<%= link_to 'Edit', edit_edu_setting_path(@edu_setting) %> |
<%= link_to 'Back', edu_settings_path %>