Sha256: cd68a1f479899cc67394cb6f14e39ef1eb3084bce25330298ca556ab2aeb963f

Contents?: true

Size: 564 Bytes

Versions: 9

Compression:

Stored size: 564 Bytes

Contents

<% content_for(:javascripts) do %>
  <%= webpacked_plugins_js_for :foreman_patch %>
<% end %>
<% content_for(:stylesheets) do %>
  <%= webpacked_plugins_css_for :foreman_patch %>
<% end %>

<% breadcrumbs(resource_url: api_plans_path,
               name_field: 'name',
               switcher_item_url: plan_path(':id'),
               items: [
                 { caption: _('Patching Plans'), url: plans_path },
                 { caption: @plan.name }
               ])
%>

<% title_actions(plan_actions(@plan)) %>

<%= react_component('Plan', id: @plan.id) %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
foreman_patch-1.2.1 app/views/foreman_patch/plans/show.html.erb
foreman_patch-1.2.0 app/views/foreman_patch/plans/show.html.erb
foreman_patch-1.2.0.alpha1 app/views/foreman_patch/plans/show.html.erb
foreman_patch-1.1.6.alpha5 app/views/foreman_patch/plans/show.html.erb
foreman_patch-1.1.6.alpha4 app/views/foreman_patch/plans/show.html.erb
foreman_patch-1.1.5 app/views/foreman_patch/plans/show.html.erb
foreman_patch-1.1.4 app/views/foreman_patch/plans/show.html.erb
foreman_patch-1.1.3 app/views/foreman_patch/plans/show.html.erb
foreman_patch-1.1.1 app/views/foreman_patch/plans/show.html.erb