Fix more 'communtiy' typos
This commit is contained in:
parent
64dc0cbdf5
commit
0a081b051c
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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!'
|
||||
|
|
|
|||
Loading…
Reference in a new issue