Sha256: 0da35172b34785c7883f68984e2df0495284c81b061775d5ccd6cf14e5e91ce9

Contents?: true

Size: 435 Bytes

Versions: 1

Compression:

Stored size: 435 Bytes

Contents

<% @organs.each do |organ| %>
  <%= link_to({ controller: '/me/home', host: organ.host }, class: 'weui-cell weui-cell_access') do %>
    <div class="weui-cell__bd"><%= organ.name %></div>
    <div class="weui-cell__ft"></div>
  <% end %>
<% end %>
<%= link_to({ controller: 'organs', action: 'new' }, class: 'weui-cell weui-cell_access') do %>
  <i class="fas fa-plus"></i><span><%= t('org.board.organs.new.title') %></span>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rails_org-0.0.1 app/views/org/board/organs/index.html+phone.erb