Sha256: 436500ea2683d03705b7aa8d9575f4f65bdca58a9569f4210df7f1346d4484e7

Contents?: true

Size: 596 Bytes

Versions: 42

Compression:

Stored size: 596 Bytes

Contents

<% title _("Edit SCAP Content") %>
<%= breadcrumbs(:resource_url => api_compliance_scap_contents_path,
                :name_field => 'title',
                :items => [
                  { :caption => _('Scap Contents'),
                    :url => url_for(scap_contents_path)
                  },
                  { :caption => @scap_content.title,
                    :url => (edit_scap_content_path(@scap_content) if authorized_for(hash_for_edit_scap_content_path(@scap_content)))
                  }
                ]
              ) if @scap_content %>


<%= render :partial => 'form' %>

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
foreman_openscap-0.10.1 app/views/scap_contents/edit.html.erb
foreman_openscap-0.10.0 app/views/scap_contents/edit.html.erb