Module Admin::TagsHelper
In: app/helpers/admin/tags_helper.rb

Methods

Public Instance methods

[Source]

   # File app/helpers/admin/tags_helper.rb, line 3
3:   def tag_names_row_class(tag)
4:     (tag.name_eu.eql?(tag.name_es) && tag.name_en.eql?(tag.name_es)) ? "not_translated" : "translated"
5:   end

[Validate]