Fix more 'communtiy' typos

This commit is contained in:
Gonzalo Rodriguez 2011-10-23 01:39:23 -02:00
parent 64dc0cbdf5
commit 0a081b051c
2 changed files with 3 additions and 3 deletions

View file

@ -69,7 +69,7 @@
.content
!= t('bookmarklet.explanation', :link => link_to(t('bookmarklet.explanation_link_text'), bookmarklet))
- if @stream.has_communtiy_spotlight?
- if @stream.has_community_spotlight?
.section
.title.no_icon
%h5

View file

@ -14,10 +14,10 @@ class Stream::Base
end
# @return [Boolean]
def has_communtiy_spotlight?
def has_community_spotlight?
random_community_spotlight_member.present?
end
#requied to implement said stream
def link(opts={})
'change me in lib/base_stream.rb!'