Sha256: 32aec7e6e278880dffdd4e1b3dc032f25a659728b6722cb5751aefadd8cd4409

Contents?: true

Size: 841 Bytes

Versions: 25

Compression:

Stored size: 841 Bytes

Contents

%h2
  = @collection.name.to_s.titlecase

%p #{@collection.description}

%br

%h3 Operations:

%table
  %thead
    %tr
      %th Name
      %th Description
  %tbody
    - @operations.keys.sort_by { |k| k.to_s }.each do |operation|
      %tr
        %td{:style => "width:15em"}
          %a{:href => url_for("/api/docs/#{@collection.name.to_s}/#{operation}")} #{operation}
        %td{:style => "width:10em"} #{@operations[operation].description}

%h3 Features:

%table
  %thead
    %tr
      %th Name
      %th Description
      %th Modified Operations
  %tbody
    - @features.sort_by { |f| f.name.to_s }.each do |feature|
      %tr
        %td= feature.name
        %td= feature.description
        %td
          - feature.operations.each do |op|
            %a{:href => url_for("/api/docs/#{@collection.name.to_s}/#{op.name}")} #{op.name}

Version data entries

25 entries across 25 versions & 3 rubygems

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