forked from bofh/fetsite
fetprofile path
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
:image => @fetprofile.picture.portrait.url.to_s,
|
:image => @fetprofile.picture.portrait.url.to_s,
|
||||||
:title => @fetprofile.name.to_s ,
|
:title => @fetprofile.name.to_s ,
|
||||||
:type => "profile",
|
:type => "profile",
|
||||||
:url=>fetprofile_path(@fetprofile,:theme=>nil),
|
:url=>fetprofile_url(@fetprofile,:theme=>nil),
|
||||||
:profile=> {
|
:profile=> {
|
||||||
:first_name=>@fetprofile.vorname,
|
:first_name=>@fetprofile.vorname,
|
||||||
:last_name=>@fetprofile.nachname
|
:last_name=>@fetprofile.nachname
|
||||||
|
|||||||
Reference in New Issue
Block a user