Sha256: 9122db49a1ad70ab8a94c80a4b0b888f2413c1e279f2a49bc3141fec33af880a

Contents?: true

Size: 579 Bytes

Versions: 5

Compression:

Stored size: 579 Bytes

Contents

<h4><%= @prototype.name %></h4>

<h5>字段</h5>
<table class="table table-bordered">
  <thead>
  <tr>
    <td>描述</td>
    <td>名称</td>
    <td>类型</td>
    <th>选项</th>
    <th>必填</th>
  </tr>
  </thead>
  <tbody>
  <% @prototype.fields.each do |field| %>
    <tr>
      <td>
        <%= field.description %>
      </td>
      <td>
        <%= field.name %>
      </td>
      <td>
        <%= field.field_type %>
      </td>
      <td><%= field.options %></td>
      <td><%= field.required ? '必填' : '可选' %></td>
    </tr>
  <% end %>
  </tbody>
</table>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
blacksand-2.5.0 app/views/blacksand/dashboard/prototypes/show.html.erb
blacksand-2.4.1 app/views/blacksand/dashboard/prototypes/show.html.erb
blacksand-2.4.0 app/views/blacksand/dashboard/prototypes/show.html.erb
blacksand-2.3.0 app/views/blacksand/dashboard/prototypes/show.html.erb
blacksand-2.2.2.1 app/views/blacksand/dashboard/prototypes/show.html.erb