系列详情 系列详情 manager

系列详情

<%= form_for(@series, url: (@series.id ? report_series_path(@report, @series) : report_series_index_path(@report)), :html => {:class => "form-horizontal", :id => "obj_form"}) do |f| %>
<%= f.text_field :name, class: "form-control", readonly: true, placeholder: "name" %>
<%= f.text_field :sql_key, class: "form-control", readonly: true, placeholder: "sql_key" %>
<% end %>