Project

General

Profile

Download (432 Bytes) Statistics
| Branch: | Tag: | Revision:
<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="form-group">
<div class="control-label"> <%= _("%s Template") % tmplt.template_kind %> </div>
<%= link_to_if_authorized h(tmplt), hash_for_edit_config_template_path(:id => tmplt.to_param), :rel=>"external" %>
</div>
<% end %>
</div>
(12-12/34)