|
|
|
@ -36,7 +36,7 @@
|
|
|
|
|
<ul class="homepagePostTypeProject fl">
|
|
|
|
|
<li class="f14">更多</li>
|
|
|
|
|
<li class="mt-4"><%= link_to "个人留言", {:controller => "users", :action => "show", :type => "user_journals"}, :class =>"homepagePostTypeMessage postTypeGrey"%>
|
|
|
|
|
<li class="mt-4"><%= link_to "我的动态", {:controller => "users", :action => "show", :type => "current_user"}, :class =>"homepagePostTypeMine postTypeGrey"%>
|
|
|
|
|
<li class="mt-4"><%= link_to @user == User.current ? "我的动态" : "他的动态", {:controller => "users", :action => "show", :type => "current_user"}, :class =>"homepagePostTypeMine postTypeGrey"%>
|
|
|
|
|
<li class="mt-4"><%= link_to "全部动态", {:controller => "users", :action => "show", :type => nil}, :class =>"homepagePostTypeAll postTypeGrey"%>
|
|
|
|
|
</ul>
|
|
|
|
|
</li>
|
|
|
|
|