% entries = @texts_by_type[tab[:name]] || [] %> <% if entries.any? %>
<%= AttributeHelpText.human_attribute_name(:attribute_name) %>
|
<%= AttributeHelpText.human_attribute_name(:help_text) %>
|
|
---|---|---|
<%= link_to h(attribute_help_text.attribute_caption), edit_attribute_help_text_path(attribute_help_text) %> |
|
<%= link_to( op_icon('icon icon-delete'), (attribute_help_text_path(attribute_help_text)), method: :delete, data: { confirm: I18n.t(:text_are_you_sure) }, title: t(:button_delete)) %> |