Sha256: e3b7a94261d55fc9084eced6518ea82eed0500d6ecfbe8a9a2133e6fca3a7eda

Contents?: true

Size: 619 Bytes

Versions: 11

Compression:

Stored size: 619 Bytes

Contents

=header Realm
=subheader @realm.id

%div{ :'data-role' => :content, :'data-theme' => 'c'}
  %ul{ :'data-role' => :listview , :'data-inset' => :true, :'data-divider-theme' => 'd'}
    %li{ :'data-role' => 'list-divider'} Identifier
    %li
      %p{ :'data-role' => 'fieldcontain'}=@realm.id
    %li{ :'data-role' => 'list-divider'} Name
    %li
      %p{ :'data-role' => 'fieldcontain'}=@realm.name
    %li{ :'data-role' => 'list-divider'} State
    %li
      %p{ :'data-role' => 'fieldcontain'}=@realm.state
    %li{ :'data-role' => 'list-divider'} Limit
    %li
      %p{ :'data-role' => 'fieldcontain'}=@realm.limit

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
deltacloud-core-1.1.2 views/realms/show.html.haml
deltacloud-core-1.1.0 views/realms/show.html.haml
deltacloud-core-1.0.5 views/realms/show.html.haml
deltacloud-core-1.0.4 views/realms/show.html.haml
deltacloud-core-1.0.3 views/realms/show.html.haml
deltacloud-core-1.0.2 views/realms/show.html.haml
deltacloud-core-1.0.1 views/realms/show.html.haml
deltacloud-core-1.0.0 views/realms/show.html.haml
deltacloud-core-0.5.0 views/realms/show.html.haml
deltacloud-core-0.4.1 views/realms/show.html.haml
deltacloud-core-0.4.0 views/realms/show.html.haml