Sha256: 4d88072fc6a36af50a5071df965bd7e39abf64a0e8a5a8163baccb1967959ee0

Contents?: true

Size: 466 Bytes

Versions: 5

Compression:

Stored size: 466 Bytes

Contents

<div class="alert alert-success">
  <a class="close" href="#" data-dismiss="alert">&times;</a>
<% templates.sort{|t,x| t.template_kind <=> x.template_kind}.each do |tmplt| -%>
  <div class="control-group">
    <div class="control-label"> <%= _("%s Template") % tmplt.template_kind %> </div>
    <div class="controls"> <%= link_to_if_authorized h(tmplt), hash_for_edit_config_template_path(:id => tmplt.to_param), :rel=>"external" %></div>
  </div>
<% end -%>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
foreman_discovery-1.0.0 test/foreman_app/app/views/hosts/_provisioning.html.erb
foreman_discovery-1.0.0.rc4 test/foreman_app/app/views/hosts/_provisioning.html.erb
foreman_discovery-1.0.0.rc3 test/foreman_app/app/views/hosts/_provisioning.html.erb
foreman_discovery-1.0.0.rc2 test/foreman_app/app/views/hosts/_provisioning.html.erb
foreman_discovery-1.0.0.rc1 test/foreman_app/app/views/hosts/_provisioning.html.erb