Sha256: a797bd568dfc32b06b8e73fbb26c0822348477a4bf9ccec7eac6c776ce281c6f

Contents?: true

Size: 359 Bytes

Versions: 6

Compression:

Stored size: 359 Bytes

Contents

%h1
  Realms

%table.display
  %thead
    %tr
      %th
        ID
      %th
        Name
      %th
        State
      %th
        Limit
  %tbody
    - @realms.each do |realm|
      %tr
        %td
          = link_to realm.id, realm_url( realm.id )
        %td
          = realm.name
        %td
          = realm.state
        %td
          = realm.limit

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
deltacloud-core-0.3.0 views/realms/index.html.haml
steamcannon-deltacloud-core-0.1.2.1 views/realms/index.html.haml
steamcannon-deltacloud-core-0.1.1.3 views/realms/index.html.haml
deltacloud-core-0.1.2 views/realms/index.html.haml
steamcannon-deltacloud-core-0.1.1.2 views/realms/index.html.haml
steamcannon-deltacloud-core-0.1.1.1 views/realms/index.html.haml