Sha256: cf99b81d5f2b45d8f97491e8b3a3419cf08392fbc6ee92a815d95bb94560e96c

Contents?: true

Size: 475 Bytes

Versions: 5

Compression:

Stored size: 475 Bytes

Contents

<%# locals => f %>

<% if f.object.new_record? %>
	<div class="item goal-type">
		<%= f.label :goal_type, 'Type (this is technical)' %>
		<%= f.text_field :goal_type %>
	</div>
<% else %>
	<%= f.hidden_field(:goal_id) %>
	<h2><%= f.object.mg_goal.name %></h2>
	<span class="item created_at">
		<%= f.label :created_at %>
		<%= f.text_field :created_at %>
	</span>
<% end %>

<%# TODO: Metas %>

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
mountain-goat-1.0.6pre1 lib/mountain-goat/views/mountain_goat/mg/records/_records_form.html.erb
mountain-goat-1.0.5 lib/mountain-goat/views/mountain_goat/mg/records/_records_form.html.erb
mountain-goat-1.0.4 lib/mountain-goat/views/mountain_goat/mg/records/_records_form.html.erb
mountain-goat-1.0.3 lib/mountain-goat/views/mountain_goat/mg/records/_records_form.html.erb
mountain-goat-1.0.2 lib/mountain-goat/views/mountain_goat/mg/records/_records_form.html.erb