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