%h1&= "Table #{params[:table]}" %a{:href=>url('')} goto queries %a{:href=>table_content_url(params[:table])} goto table %form(method="get") = connection_field %input{:type=>"hidden", :name=>"perpage", :value=>params[:perpage]} %input(type="submit") %table.columns %thead %tr %th Name %th Type %th Default %th Not Null %tbody - @columns.each do |col| %tr %td= col.name %td= col.type %td&= col.default.inspect %td= col.null