Sha256: 5904dd51d074d2258699b76b3dee2c7f889f26f6820328a0088f41aeadcd415c

Contents?: true

Size: 560 Bytes

Versions: 104

Compression:

Stored size: 560 Bytes

Contents

/ We allow cross-module references in the UI but not in the controller hence:
- unit = Renalware::Hospitals::Unit.find(unit_id)
- breadcrumbs = [breadcrumb_for("HD Units", hospitals_units_path),
                 breadcrumb_for(unit.unit_code, edit_hospitals_unit_path(unit))]

= content_for(:actions) do
  = link_to t("new_record.link_title"),
            new_hd_unit_station_path(unit_id: unit.id),
            class: "button"

= within_admin_layout(title: "HD Stations", breadcrumbs: breadcrumbs) do

  = render "table", stations: stations, unit_id: unit.id

Version data entries

104 entries across 104 versions & 1 rubygems

Version Path
renalware-core-2.0.100 app/views/renalware/hd/stations/index.html.slim
renalware-core-2.0.99 app/views/renalware/hd/stations/index.html.slim
renalware-core-2.0.98 app/views/renalware/hd/stations/index.html.slim
renalware-core-2.0.97 app/views/renalware/hd/stations/index.html.slim
renalware-core-2.0.96 app/views/renalware/hd/stations/index.html.slim
renalware-core-2.0.95 app/views/renalware/hd/stations/index.html.slim
renalware-core-2.0.94 app/views/renalware/hd/stations/index.html.slim
renalware-core-2.0.93 app/views/renalware/hd/stations/index.html.slim
renalware-core-2.0.92 app/views/renalware/hd/stations/index.html.slim
renalware-core-2.0.91 app/views/renalware/hd/stations/index.html.slim
renalware-core-2.0.90 app/views/renalware/hd/stations/index.html.slim
renalware-core-2.0.89 app/views/renalware/hd/stations/index.html.slim
renalware-core-2.0.88 app/views/renalware/hd/stations/index.html.slim
renalware-core-2.0.87 app/views/renalware/hd/stations/index.html.slim
renalware-core-2.0.86 app/views/renalware/hd/stations/index.html.slim
renalware-core-2.0.85 app/views/renalware/hd/stations/index.html.slim
renalware-core-2.0.84 app/views/renalware/hd/stations/index.html.slim
renalware-core-2.0.83 app/views/renalware/hd/stations/index.html.slim
renalware-core-2.0.82 app/views/renalware/hd/stations/index.html.slim
renalware-core-2.0.81 app/views/renalware/hd/stations/index.html.slim