Project

General

Profile

Download (495 Bytes) Statistics
| Branch: | Tag: | Revision:
<div class="alert alert-success alert-dismissable">
<%= alert_close %>
<% templates.sort{|t,x| t.template_kind <=> x.template_kind}.each do |tmplt| %>
<div class="form-group">
<div class="control-label col-md-4"> <%= _("%s Template") % tmplt.template_kind %> </div>
<%= link_to_if_authorized h(tmplt), hash_for_edit_config_template_path(:id => tmplt.to_param, :auth_object => tmplt, :permission => 'edit_templates'), :rel=>"external" %>
</div>
<% end %>
</div>
(12-12/35)