Skip to content

Commit

Permalink
Added expr to options form
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug Youch committed May 24, 2010
1 parent 51eae04 commit 407195c
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions app/views/members/_operation_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,11 @@
<%= f.text_field "argument#{idx}", :label => label %>
<% end -%>
<% end -%>
<%= f.submit 'Build' %>
<%= f.submit_tag 'Build' %>
<%= f.spacer %>
<%= f.text_area :to_expr, :style => 'width:400px; height: 50px;', :readonly => true, :label => 'Expression' %>
<% end -%>

<div class="operation">
<span>Expression:</span><br/>
<textarea style="width:400px; height: 50px;" readonly>
<%= @builder.to_expr %>
</textarea>
</div>

</div>


0 comments on commit 407195c

Please sign in to comment.