Sha256: d0e2e20dee11359800a4dd63a0d7f276555355fb409066c0d6dbd7417b713c06
Contents?: true
Size: 399 Bytes
Versions: 23
Compression:
Stored size: 399 Bytes
Contents
<div id="container-main" class="mt-metrics"> <div class="mountain-goat-panel centered"> <h1>Edit <%= @metric.title %></h1> <% form_for :metric, @metric, :url => mountain_goat_metric_url(:id => @metric.id), :html => { :method => :put } do |f| %> <%= f.error_messages %> <%= render :partial => 'mountain_goat_metrics/metric_form', :locals => { :f => f } %> <% end %> </div> </div>
Version data entries
23 entries across 23 versions & 1 rubygems