11 lines
396 B
Text
11 lines
396 B
Text
%p
|
|
- if @invs.count == 1
|
|
= t('.has_invited_you', :name => @invs.first.from.name + " (#{@invs.first.from.diaspora_handle})")
|
|
- else
|
|
= t('.have_invited_you', :names => (@invs.map{|inv| inv.from.name + " (#{inv.from.diaspora_handle})"}.join(",")))
|
|
= t('.accept_at', :url => root_url)
|
|
- @invs.each do |inv|
|
|
- if inv.message
|
|
= "#{inv.from.name}:"
|
|
= "\"#{inv.message}\""
|
|
%p
|