Sha256: 8804f6f67f3f73c4de8f57ea7d3ad9a743619d502d78c278bbbe8f3e1714a212

Contents?: true

Size: 862 Bytes

Versions: 7

Compression:

Stored size: 862 Bytes

Contents

h1 Listing database_configs

table
  thead
    tr
      th Adapter
      th Encoding
      th Pool
      th Username
      th Password
      th Host
      th Port
      th Database name
      th
      th
      th

  tbody
    - @database_configs.each do |database_config|
      tr
        td = database_config.adapter
        td = database_config.encoding
        td = database_config.pool
        td = database_config.username
        td = database_config.password
        td = database_config.host
        td = database_config.port
        td = database_config.database_name
        td = link_to 'Show', database_config
        td = link_to 'Edit', edit_database_config_path(database_config)
        td = link_to 'Destroy', database_config, data: {:confirm => 'Are you sure?'}, :method => :delete

br

= link_to 'New Database config', new_database_config_path

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
easy_reports-0.0.22 app/views/easy_reports/database_configs/index.html.slim
easy_reports-0.0.21 app/views/easy_reports/database_configs/index.html.slim
easy_reports-0.0.20 app/views/easy_reports/database_configs/index.html.slim
easy_reports-0.0.19 app/views/easy_reports/database_configs/index.html.slim
easy_reports-0.0.18 app/views/easy_reports/database_configs/index.html.slim
easy_reports-0.0.17 app/views/easy_reports/database_configs/index.html.slim
easy_reports-0.0.16 app/views/easy_reports/database_configs/index.html.slim