Sha256: 6ed553f748cd4f6e1663ea515e3e44a5b9c433f9eb1f54f85298d5e86c1f9ce3
Contents?: true
Size: 479 Bytes
Versions: 1
Compression:
Stored size: 479 Bytes
Contents
<div id="container-main" class="mt-metric-variants"> <div class="mountain-goat-panel cenetered"> <h1>New Variant for <%=h @metric.title %></h1> <% form_for :metric_variant, @metric_variant, :url => mg_metric_variants_url do |f| %> <%= f.error_messages %> <%= render :partial => 'mg/metric_variants/metric_variant_form', :locals => { :f => f } %> <% end %> <a href="<%= mg_metric_url :id => @metric.id %>">Back to <%=h @metric.title %></a> </div> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mountain-goat-1.0.0 | lib/mountain-goat/views/mountain_goat/mg/metric_variants/new.html.erb |