issue author为空处理

This commit is contained in:
huang 2016-09-18 15:58:55 +08:00
parent 924db06cbf
commit 728e1333fc
1 changed files with 97 additions and 94 deletions

View File

@ -1,3 +1,4 @@
<% unless activity.author.nil? %>
<div class="resources mt10" id="user_activity_<%= user_activity_id%>">
<div class="homepagePostBrief">
<div class="homepagePostPortrait">
@ -103,3 +104,5 @@
user_card_show_hide();
});
</script>
<% end %>