%- model_class = AttachedFile -%>
- <%= model_class.human_attribute_name(:id) %>:
- <%= @attached_file.id %>
- <%= model_class.human_attribute_name(:issue_comment_id) %>:
- <%= @attached_file.issue_comment_id %>
- <%= model_class.human_attribute_name(:url) %>:
- <%= @attached_file.url %>
- <%= model_class.human_attribute_name(:created_at) %>:
- <%=l @attached_file.created_at %>
- <%= model_class.human_attribute_name(:updated_at) %>:
- <%=l @attached_file.updated_at %>
<%= link_to t('.back', :default => t("helpers.links.back")),
attached_files_path, :class => 'btn btn-default' %>
<%= link_to t('.edit', :default => t("helpers.links.edit")),
edit_attached_file_path(@attached_file), :class => 'btn btn-default' %>
<%= link_to t('.destroy', :default => t("helpers.links.destroy")),
attached_file_path(@attached_file),
:method => 'delete',
:data => { :confirm => t('.confirm', :default => t("helpers.links.confirm", :default => 'Are you sure?')) },
:class => 'btn btn-danger' %>