Merge branch 'master' of github.com:diaspora/diaspora
This commit is contained in:
commit
38a1b948ed
2 changed files with 2 additions and 2 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
|
@ -1,3 +1,3 @@
|
|||
[submodule "pkg"]
|
||||
path = pkg
|
||||
url = git@github.com:diaspora/diaspora-packages.git
|
||||
url = git://github.com/diaspora/diaspora-packages.git
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@
|
|||
- @resource.inviters.each do |inv|
|
||||
- if @resource.invite_messages[inv.id.to_s]
|
||||
= "#{inv.real_name}:"
|
||||
= @resource.invite_messages[inv.id.to_s]
|
||||
= "\"#{@resource.invite_messages[inv.id.to_s]}\""
|
||||
%p
|
||||
%p= link_to 'Accept invitation', accept_invitation_url(@resource, :invitation_token => @resource.invitation_token), :class => "large_text"
|
||||
%p.small
|
||||
|
|
|
|||
Loading…
Reference in a new issue