Sha256: 8eab3749484ee465a11bfbda48aa3a001cc7ddba4edd24645e1d35c7e74150b0
Contents?: true
Size: 502 Bytes
Versions: 1
Compression:
Stored size: 502 Bytes
Contents
%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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_db_browser-0.0.9 | views/table_structure.haml |