web/app/views/settings/benchmark_configurations/show.html.erb
changeset 306 8050d8d3681f
parent 106 eac4098d544d
equal deleted inserted replaced
305:7ce8706b1ea5 306:8050d8d3681f
     1 <%= currently_setting "configurations" %>
     1 <%= currently_setting "configurations" %>
     2 
     2 
     3 <h1><%= @benchmark_configuration.name %> configuration</h1>
     3 <h1><%= @benchmark_configuration.name %> configuration</h1>
     4 
     4 
     5 <%= render 'form', 
     5 <%= render 'form',
     6   benchmark_configuration: @benchmark_configuration, 
     6   benchmark_configuration: @benchmark_configuration,
     7   heading: "Edit configuration #{@benchmark_configuration.name}" %>
     7   heading: "Edit configuration #{@benchmark_configuration.name}" %>
     8 
     8