Sha256: 9cd477a52b41d8572712f6d11eae500c13ff217a520cc35e09af3591f6dce717

Contents?: true

Size: 417 Bytes

Versions: 1

Compression:

Stored size: 417 Bytes

Contents

<table class="ui very basic large table">
  <thead>
  <tr>
    <th class="three wide"></th>
    <th>
      <%= link_to '编辑', edit_my_provider_path, class: 'ui mini blue right floated button' %>
    </th>
  </tr>
  </thead>
  <tbody>
  <tr>
    <td class="right aligned">名称:</td>
    <td><%= @provider.name %></td>
  </tr>
  <tr>
    <td class="right aligned"></td>
    <td></td>
  </tr>
  </tbody>
</table>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rails_trade-0.0.1 app/views/rails_trade_my/providers/_provider.html.erb