app/views/rails_db/tables/show.html.erb in rails_db-0.2.1 vs app/views/rails_db/tables/show.html.erb in rails_db-0.3
- old
+ new
@@ -3,9 +3,10 @@
<h2>Table: <%= @table.name %></h2>
<hr/>
<dl class="sub-nav">
+ <dd><%= render '/rails_db/shared/exp_col' %></dd>
<dd><%= link_to raw("#{fa_icon('table')} Records"), table_data_path(@table) %></dd>
<dd class="active"><%= link_to raw("#{fa_icon('tasks')} Schema"), table_path(@table) %></dd>
<dd><%= select_top_from_table(@table.name) %></dd>
<dd><%= link_to raw("#{fa_icon('file-excel-o')} Export"), table_csv_path(@table) %></dd>
</dl>
\ No newline at end of file