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