Project

General

Profile

« Previous | Next » 

Revision bf4a13d3

Added by Walden Raines over 10 years ago

Fixes #3811 updating to bootstrap 3

View differences:

app/views/hosts/_provisioning.html.erb
<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="form-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>
<%= link_to_if_authorized h(tmplt), hash_for_edit_config_template_path(:id => tmplt.to_param), :rel=>"external" %>
</div>
<% end %>
</div>

Also available in: Unified diff