diff --git a/app/views/users/_user_blog.html.erb b/app/views/users/_user_blog.html.erb
index 2fcf94a13..00ff3c10c 100644
--- a/app/views/users/_user_blog.html.erb
+++ b/app/views/users/_user_blog.html.erb
@@ -16,13 +16,13 @@
<%= link_to activity.title.to_s, user_blog_blog_comment_path(:user_id=>activity.author_id,:blog_id=>activity.blog_id,:id=>activity.id,:in_act => true), :class => "postGrey" %>
+ <% if activity.locked%>
+
+ <% end%>
+ <% if activity.sticky == 1%>
+ 置顶
+ <% end%>
- <% if activity.sticky == 1%>
-
置顶
- <% end%>
- <% if activity.locked%>
-
- <% end%>