Sha256: 4991c55c1be9842df0734b71870cb17d2cca4f56f658645ab9ca4929f69fc217

Contents?: true

Size: 197 Bytes

Versions: 10

Compression:

Stored size: 197 Bytes

Contents

class Installations::Show < Minimal::Template
  include do
    def to_html
      h2 :'.title'
      p :'.confirm'
      p { link_to(:'.link_to_admin', admin_site_path(resource)) }
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
adva-core-0.0.14 app/views/installations/show.html.rb
adva-core-0.0.13 app/views/installations/show.html.rb
adva-core-0.0.9 app/views/installations/show.html.rb
adva-core-0.0.8 app/views/installations/show.html.rb
adva-core-0.0.7 app/views/installations/show.html.rb
adva-core-0.0.6 app/views/installations/show.html.rb
adva-core-0.0.5 app/views/installations/show.html.rb
adva-core-0.0.4 app/views/installations/show.html.rb
adva-core-0.0.2 app/views/installations/show.html.rb
adva-core-0.0.1 app/views/installations/show.html.rb