Sha256: 981a1975130914b8d092da78f4f9e1c705d57bc061ab20ced6620c33db42ce1f

Contents?: true

Size: 399 Bytes

Versions: 33

Compression:

Stored size: 399 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), remote: true, class: "sidebar_table sidebar_table_#{table}" do %>
        <%= fa_icon 'table'%>
        <%= table %>
      <% end %>
    </li>
  <% end %>
</ul>

Version data entries

33 entries across 33 versions & 2 rubygems

Version Path
rails_db-2.4.5 app/views/rails_db/shared/_sidebar.html.erb
rails_db-2.4.4 app/views/rails_db/shared/_sidebar.html.erb
rails_db-2.4.3 app/views/rails_db/shared/_sidebar.html.erb
rails_db-2.4.2 app/views/rails_db/shared/_sidebar.html.erb
rails_db-2.4.1 app/views/rails_db/shared/_sidebar.html.erb
rails_db-2.4.0 app/views/rails_db/shared/_sidebar.html.erb
rails_db-2.3.1 app/views/rails_db/shared/_sidebar.html.erb
rails_db-2.3.0 app/views/rails_db/shared/_sidebar.html.erb
rails_db-2.2.1 app/views/rails_db/shared/_sidebar.html.erb
rails_db-2.2.0 app/views/rails_db/shared/_sidebar.html.erb
rails_db-2.1.1 app/views/rails_db/shared/_sidebar.html.erb
rails_db-2.1.0 app/views/rails_db/shared/_sidebar.html.erb
rails_db-2.0.6 app/views/rails_db/shared/_sidebar.html.erb
rails_db-2.0.5 app/views/rails_db/shared/_sidebar.html.erb
rails_db-2.0.4 app/views/rails_db/shared/_sidebar.html.erb
xplore-0.0.1.alpha app/views/rails_db/shared/_sidebar.html.erb
rails_db-2.0.3 app/views/rails_db/shared/_sidebar.html.erb
rails_db-2.0.2 app/views/rails_db/shared/_sidebar.html.erb
rails_db-2.0.1 app/views/rails_db/shared/_sidebar.html.erb
rails_db-2.0.0 app/views/rails_db/shared/_sidebar.html.erb