|
|
|
@ -39,14 +39,14 @@
|
|
|
|
|
showNormalImage('message_description_<%= @article.id %>');
|
|
|
|
|
});
|
|
|
|
|
</script>
|
|
|
|
|
<div class="postRightContainer ml10" onmouseover="$('#message_setting_<%= @article.id%>').show();" onmouseout="$('#message_setting_<%= @article.id%>').hide();">
|
|
|
|
|
<div class="postRightContainer ml10" >
|
|
|
|
|
<div class="postThemeContainer">
|
|
|
|
|
<div class="postDetailPortrait">
|
|
|
|
|
<%= link_to image_tag(url_to_avatar(@article.author),:width=>50,:height => 50,:alt=>'图像' ),user_path(@article.author) %>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="postThemeWrap">
|
|
|
|
|
<% if User.current && @article.author.id == User.current.id%>
|
|
|
|
|
<div class="homepagePostSetting" id="message_setting_<%= @article.id%>" style="display: none">
|
|
|
|
|
<div class="homepagePostSetting" id="message_setting_<%= @article.id%>" >
|
|
|
|
|
<ul>
|
|
|
|
|
<li class="homepagePostSettingIcon">
|
|
|
|
|
<ul class="homepagePostSettiongText">
|
|
|
|
|