1.组织管理员有权限访问帖子资源栏目

2.解决组织页面下的帖子样式的bug
This commit is contained in:
ouyangxuhua 2015-12-30 18:25:56 +08:00
parent 29c720a8a4
commit c2578698f5
1 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@
$(function(){
$("#RSide").removeAttr("id");
$("#Container").css("width","1000px");
$(".postRightContainer").css("margin-left", "0px");
});
</script>
<script>
@ -67,7 +68,7 @@
<%= link_to image_tag(url_to_avatar(@topic.author),:width=>50,:height => 50,:alt=>'图像' ),user_path(@topic.author) %>
</div>
<div class="postThemeWrap">
<% if @topic.author.id == User.current.id%>
<% if @message.org_subfield_editable_by?(User.current) %>
<div class="homepagePostSetting" id="message_setting_<%= @topic.id%>" style="display: none">
<ul>
<li class="homepagePostSettingIcon">