Sha256: 65b554e3e99b277c54f43818d207a47ba59991d00e1a529a1a50cc65c9d34606

Contents?: true

Size: 589 Bytes

Versions: 5

Compression:

Stored size: 589 Bytes

Contents

<%# locals => f %>

<% if f.object.new_record? %>
	<div class="item type">
		<%= f.label :convert_type, 'Type' %><br />
		<%= f.text_field :convert_type %>
	</div>
<% else %>
	<span class="convert-type"><%= f.object.convert_type %></span>
<% end %>

<div class="item name">
	<%= f.label :name, 'Goal title' %><br />
	<%= f.text_field :name %>
</div>

<div class="metas">
	<% f.fields_for :convert_meta_types do |builder| %>
		<%= render "convert_meta_type_form", :cmt_f => builder %>
	<% end %>
</div>

<div class="item submit">
	<%= f.submit 'Submit' %>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
mountain-goat-0.0.5 lib/mountain_goat/views/mountain_goat/mountain_goat_converts/_convert_form.html.erb
mountain-goat-0.0.4 lib/mountain_goat/views/mountain_goat/mountain_goat_converts/_convert_form.html.erb
mountain-goat-0.0.3 lib/mountain_goat/views/mountain_goat/mountain_goat_converts/_convert_form.html.erb
mountain-goat-0.0.2 lib/mountain_goat/views/mountain_goat/mountain_goat_converts/_convert_form.html.erb
mountain-goat-0.0.1 lib/mountain_goat/views/mountain_goat/mountain_goat_converts/_convert_form.html.erb