Sha256: c5059aa949f9d483732e89830432b11d78be8ca68d5e04fdf102101d075bc617

Contents?: true

Size: 414 Bytes

Versions: 9

Compression:

Stored size: 414 Bytes

Contents

<h3>Tables</h3>

<input id='rails_db_tables_input' placeholder='... quick filter by table name'>

<ul class="side-nav tables" id='rails_db_tables'>
  <% rails_db_tables.each do |table| %>
    <li>
      <%= link_to table_data_path(table, sidebar: true), remote: true, class: "sidebar_table sidebar_table_#{table}" do %>
        <%= fa_icon 'table'%>
        <%= table %>
      <% end %>
    </li>
  <% end %>
</ul>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
rails_db-0.9 app/views/rails_db/shared/_sidebar.html.erb
rails_db-0.8 app/views/rails_db/shared/_sidebar.html.erb
rails_db-0.7.2 app/views/rails_db/shared/_sidebar.html.erb
rails_db-0.7.1 app/views/rails_db/shared/_sidebar.html.erb
rails_db-0.7 app/views/rails_db/shared/_sidebar.html.erb
rails_db-0.6 app/views/rails_db/shared/_sidebar.html.erb
rails_db-0.5.1 app/views/rails_db/shared/_sidebar.html.erb
rails_db-0.5 app/views/rails_db/shared/_sidebar.html.erb
rails_db-0.4 app/views/rails_db/shared/_sidebar.html.erb