Sha256: 89304741adc4025b4e0da13167229e171fcded53a12a8d466d2c30eef39b98c7

Contents?: true

Size: 170 Bytes

Versions: 2

Compression:

Stored size: 170 Bytes

Contents

class Views::Carryover::Show < Fortitude::Widgets::Html5
  needs :the_id

  def content
    h1 "Show Carryover #{the_id}"

    p "Edit: #{edit_carryover_path}"
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fortitude-0.9.6-java spec/rails/templates/complex_helpers_system_spec/app/views/carryover/show.html.rb
fortitude-0.9.6 spec/rails/templates/complex_helpers_system_spec/app/views/carryover/show.html.rb