Sha256: 65606209ff600f625f050b959c3537921cce200a6baa8bb22464e74763a96c78

Contents?: true

Size: 494 Bytes

Versions: 30

Compression:

Stored size: 494 Bytes

Contents

%h1
  Hardware Profiles

%table.display
  %thead
    %tr
      %th
        Name
      %th
        Architecture
      %th
        Memory
      %th
        Storage
  %tbody
    - for profile in @profiles
      %tr
        %td
          = link_to profile.name, hardware_profile_url( profile.name )
        %td
          = format_hardware_property profile.architecture
        %td
          = format_hardware_property profile.memory
        %td
          = format_hardware_property profile.storage

Version data entries

30 entries across 30 versions & 3 rubygems

Version Path
deltacloud-core-0.3.0 views/hardware_profiles/index.html.haml
steamcannon-deltacloud-core-0.1.2.1 views/hardware_profiles/index.html.haml
steamcannon-deltacloud-core-0.1.1.3 views/hardware_profiles/index.html.haml
deltacloud-core-0.1.2 views/hardware_profiles/index.html.haml
steamcannon-deltacloud-core-0.1.1.2 views/hardware_profiles/index.html.haml
steamcannon-deltacloud-core-0.1.1.1 views/hardware_profiles/index.html.haml
deltacloud-core-0.1.1 views/hardware_profiles/index.html.haml
deltacloud-core-0.1.0 views/hardware_profiles/index.html.haml
deltacloud-core-0.0.9 views/hardware_profiles/index.html.haml
steamcannon-deltacloud-core-0.0.8.1-java views/hardware_profiles/index.html.haml
steamcannon-deltacloud-core-0.0.8.1 views/hardware_profiles/index.html.haml
deltacloud-core-0.0.8 views/hardware_profiles/index.html.haml
steamcannon-deltacloud-core-0.0.7.2 views/hardware_profiles/index.html.haml
steamcannon-deltacloud-core-0.0.7.2-java views/hardware_profiles/index.html.haml
steamcannon-deltacloud-core-0.0.7.1 views/hardware_profiles/index.html.haml
steamcannon-deltacloud-core-0.0.7.1-java views/hardware_profiles/index.html.haml
deltacloud-core-0.0.7 views/hardware_profiles/index.html.haml
bbrowning-deltacloud-core-0.0.6.1-java views/hardware_profiles/index.html.haml
bbrowning-deltacloud-core-0.0.6-java views/hardware_profiles/index.html.haml
bbrowning-deltacloud-core-0.0.6 views/hardware_profiles/index.html.haml