New
<% has_many_assocs = this.class.reflections.values.map do |refl|
this.send(refl.name) if Hobo.simple_has_many_association?(refl)
end.compact
show_all_cards = this.class.dependent_collections.first if this.class.dependent_collections.length == 1
%>
No <%= show_all_cards.to_s %> have been added yet.
Add
Recent
More... ()New For:
<% title = "#{@reflection.name.to_s.titleize} for #{name(:with => @owner)}" %>
<%= title %>Sign UpLog InAccount is not availble
Your account is not available at this time.
That operation is not allowedThe page you were looking for could not be found<%=
case version.upcase
when "HTML 4.01 STRICT"
''
when "HTML 4.01 TRANSITIONAL"
''
when "XHTML 1.0 STRICT"
'!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ' +
'"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">'
when "XHTML 1.0 TRANSITIONAL"
''
when "XHTML 1.1"
''
end
%>
<%= javascript_include_tag name %>
<%= javascript_include_tag this %>
<% type = type ? type.to_sym : :notice %>