Project

General

Profile

Download (410 Bytes) Statistics
| Branch: | Tag: | Revision:
05ab4c16 Ohad Levy
<div class="fields">
82e47ae0 Amos Benari
<%= text_f f, :name, :disabled => (not authorized_via_my_scope("host_editing", "edit_params")) %>
<%= text_f f, :value, :class => "span7", :disabled => (not authorized_via_my_scope("host_editing", "edit_params")),
:help_inline => link_to_remove_fields("remove", f) if authorized_via_my_scope("host_editing", "destroy_params") %>

668d432f Ohad Levy
<%= f.hidden_field :nested %>
05ab4c16 Ohad Levy
</div>