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