Sha256: 336c91b38c63a6a26ff9922296fbaa3ff9c71e248bb6866b098c657546e70556

Contents?: true

Size: 263 Bytes

Versions: 5

Compression:

Stored size: 263 Bytes

Contents

<h3>原型</h3>
<table class="table table-bordered">
  <thead>
  <tr>
    <td>名称</td>
  </tr>
  </thead>
  <tbody>
  <% @prototypes.each do |p| %>
      <tr>
        <td><%= link_to p.name, prototype_path(p) %></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/index.html.erb
blacksand-2.4.1 app/views/blacksand/dashboard/prototypes/index.html.erb
blacksand-2.4.0 app/views/blacksand/dashboard/prototypes/index.html.erb
blacksand-2.3.0 app/views/blacksand/dashboard/prototypes/index.html.erb
blacksand-2.2.2.1 app/views/blacksand/dashboard/prototypes/index.html.erb