summaryrefslogtreecommitdiff
path: root/app/views/gs_parameters/show.html.erb
blob: 1f035428402b56fb01c7aa389e7ca669f399da78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<p id="notice"><%= notice %></p>

<p>
  <b>Name:</b>
  <%= @gs_parameter.name %>
</p>

<p>
  <b>Section:</b>
  <%= @gs_parameter.section %>
</p>

<p>
  <b>Value:</b>
  <%= @gs_parameter.value %>
</p>

<p>
  <b>Class type:</b>
  <%= @gs_parameter.class_type %>
</p>


<%= link_to 'Edit', edit_gs_parameter_path(@gs_parameter) %> |
<%= link_to 'Back', gs_parameters_path %>