邮件text页面并不调整

gitlab
huang 10 years ago
parent c8884c6fd4
commit f3f0a9847f

@ -2,7 +2,7 @@
<h4 class="wmail_h4" style="color:#474646; font-size:14px; margin-bottom:5px;" >
<%= @subject %>
</h4>
<% if @attachments.first || @course_news.first || @bids.first ||
<% if @attachments.first || @course_news.first || @course_news_comments.first || @bids.first ||
@course_journal_messages.first|| @course_messages.first || @attachments.first %>
<div class="wmail_main" style="padding:20px 10px 0px;">
<h3 class="wmail_h2" style="color:#15bccf; "><%= l(:label_course_overview)%></h3>
@ -65,7 +65,7 @@
</li>
<% end %>
<div class="cl"></div>
</ul><!--课程通知 end-->
</ul><!--课程通知回复 end-->
<% end %>
<!--课程作业-->
@ -194,7 +194,8 @@
<% end %>
<!--项目相关-->
<% if @issues.first || @project_messages.first || @wiki_contents.first || @project_news.first || @project_journal_messages.first || @project_news_comments.first %>
<% if @issues.first || @project_messages.first || @issues_journals.first || @wiki_contents.first || @project_news.first || @project_news_comments.first || @project_journal_messages.first ||
@project_news_comments.first %>
<div class="wmail_main" style="padding:20px 10px 0px;">
<h3 class="wmail_h2" style="color:#15BCCF; "><%= l(:label_project_overview_new)%></h3>
<% unless @issues.first.nil? %>

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save