Rename css_class to link_class for consistency
This commit is contained in:
parent
6d3aa7386b
commit
6e145a2f38
5 changed files with 7 additions and 7 deletions
|
@ -16,7 +16,7 @@ module BrowseHelper
|
|||
return name
|
||||
end
|
||||
|
||||
def css_class(type, object)
|
||||
def link_class(type, object)
|
||||
return type + " " + h(icon_tags(object).join(' '))
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue