Merge branch 'master' of github.com:diaspora/diaspora
This commit is contained in:
commit
4040ebfafa
2 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
- if current_user.owns?(post)
|
- if current_user.owns?(post)
|
||||||
.right
|
.right
|
||||||
= link_to t('delete'), photo_path(post), :confirm => t('are_you_sure'), :method => :delete, :remote => true, :class => "delete"
|
= link_to t('delete'), object_path(post), :confirm => t('are_you_sure'), :method => :delete, :remote => true, :class => "delete"
|
||||||
|
|
||||||
= render type_partial(post), :post => post
|
= render type_partial(post), :post => post
|
||||||
|
|
||||||
|
|
|
||||||
2
pkg
2
pkg
|
|
@ -1 +1 @@
|
||||||
Subproject commit 3bb1e77a05979a2af130515eea9ea7fceacaed2a
|
Subproject commit 75ac12645e63f3c7533c2d0aaafbb685b1a45287
|
||||||
Loading…
Reference in a new issue