fixed a translation; added that missing </li> for you, fixed #1078

This commit is contained in:
MrZYX 2011-05-18 13:22:05 +02:00
parent 4bd266e9f0
commit b0e9f5388b
2 changed files with 2 additions and 1 deletions

View file

@ -94,6 +94,7 @@ module AspectGlobalHelper
str << aspect.name
str << "<div class=\"hidden\">"
str << aspect_membership_button(aspect, contact, person)
str << "</li>"
str.html_safe
end
end

View file

@ -15,4 +15,4 @@
- if defined?(@aspect) && ( @aspect == :profile || @aspect == :tag || @aspect == :search || @aspect == :notification)
%li.newItem
.add_aspect
= link_to "Add a new aspect", new_aspect_path(:person_id => person.id), :rel => 'facebox'
= link_to t('aspects.manage.add_a_new_aspect'), new_aspect_path(:person_id => person.id), :rel => 'facebox'