Sha256: af6d98e8609e4eb260a1dbbb41b7b1c58331873b5fba7acb6c076fecbee32a3f

Contents?: true

Size: 469 Bytes

Versions: 9

Compression:

Stored size: 469 Bytes

Contents

p#notice = notice

p
  strong Adapter:
  = @database_config.adapter
p
  strong Encoding:
  = @database_config.encoding
p
  strong Pool:
  = @database_config.pool
p
  strong Username:
  = @database_config.username
p
  strong Password:
  = @database_config.password
p
  strong Host:
  = @database_config.host
p
  strong Database:
  = @database_config.database_name

= link_to 'Edit', edit_database_config_path(@database_config)
'|
= link_to 'Back', database_configs_path

Version data entries

9 entries across 9 versions & 1 rubygems

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