|
|
|
@ -1,32 +1,40 @@
|
|
|
|
|
<!-- <h1><%#= link_to(h("#{issue.tracker.name} ##{issue.project_index}: #{issue.subject}"), issue_url) %></h1> -->
|
|
|
|
|
<p>
|
|
|
|
|
<span class="c_blue">
|
|
|
|
|
<%= link_to(h("#{@issue.author}(#{@issue.author.show_name})"), @issue_author_url) %>
|
|
|
|
|
<span class="c_blue" style="color:#1b55a7;">
|
|
|
|
|
<%= link_to(h("#{@issue.author}(#{@issue.author.show_name})"), @issue_author_url , :style=>'color:#1b55a7; font-weight:bold;') %>
|
|
|
|
|
</span><%= l(:mail_issue_title_userin)%>
|
|
|
|
|
<span class="c_blue"><%= link_to(h("#{@issue.project.name}"),@project_url) %></span></span><%= l(:mail_issue_title_active)%></p>
|
|
|
|
|
<div class="mail_box">
|
|
|
|
|
<ul>
|
|
|
|
|
<li style="list-style-type:none"><span style="float: left"><strong><%= l(:mail_issue_subject)%></strong></span><span style="float: left; width: 500px"><%= link_to(issue.subject, issue_url) %></span></li>
|
|
|
|
|
<li style="list-style-type:none"><span style="float: left"> <strong><%= l(:mail_issue_sent_from)%></strong></span><span style="float: left; width: 500px"><%= issue.project.name %><b>| </b><%= l(:mail_issue_from_project)%></span></li>
|
|
|
|
|
<li style="list-style-type:none"><span style="float: left"> <strong ><%= l(:mail_issue_content)%></strong></span><span style="float: left; width: 500px">
|
|
|
|
|
<%= issue.description %></span>
|
|
|
|
|
<span class="c_blue" style="color:#1b55a7;"><%= link_to(h("#{@issue.project.name}"), @project_url, :style=>'color:#1b55a7; font-weight:bold;') %></span><%= l(:mail_issue_title_active)%></p>
|
|
|
|
|
<div class="mail_box" style="border:1px solid #c8c8c8; width:570px; height: auto; padding:15px; margin-top:10px; margin-bottom:10px;">
|
|
|
|
|
<ul style="list-style-type:none; margin:0; padding:0;">
|
|
|
|
|
<li style="list-style-type:none; margin:0; padding:0;"><span style="float: left;"><strong><%= l(:mail_issue_subject)%></strong></span><span style="float: left; width: 526px"><%= link_to(issue.subject, issue_url, :style=>'color:#1b55a7; font-weight:bold;') %></span></li>
|
|
|
|
|
<li style="list-style-type:none; margin:0; padding:0;"><span style="float: left;"><strong><%= l(:mail_issue_sent_from)%></strong></span><span style="float: left; width: 526px"><%= issue.project.name %><b>| </b><%= l(:mail_issue_from_project)%></span></li>
|
|
|
|
|
<li style="list-style-type:none; margin:0; padding:0;"><span style="float: left;"><strong><%= l(:mail_issue_content)%></strong></span>
|
|
|
|
|
<span style="float: left; width: 526px">
|
|
|
|
|
<% if @journal.nil? %>
|
|
|
|
|
<%= issue.description %>
|
|
|
|
|
<% else %>
|
|
|
|
|
<%= @journal.notes %>
|
|
|
|
|
<% end%>
|
|
|
|
|
</span>
|
|
|
|
|
</li>
|
|
|
|
|
<li style="list-style-type:none">
|
|
|
|
|
<li style="list-style-type:none; margin:0; padding:0;">
|
|
|
|
|
|
|
|
|
|
<% unless @issue.attachments.nil? %>
|
|
|
|
|
<span style="float: left"> <strong><%= l(:mail_issue_attachments)%></strong>
|
|
|
|
|
</span><span style="float: left; width: 500px">
|
|
|
|
|
<span style="float: left"> <strong><%= l(:mail_issue_attachments)%></strong></span>
|
|
|
|
|
<span style="float: left; width: 526px; margin:0; padding:0;">
|
|
|
|
|
<% @issue.attachments.each do |attach| %>
|
|
|
|
|
<p><%= link_to_attachment(attach, :download => true, :token => @token.value, :only_path => false) %></p>
|
|
|
|
|
<p style="float: left; width: 526px; margin:0; padding:0;"><%= link_to_attachment(attach, :download => true, :token => @token.value, :only_path => false, :style=>'color:#1b55a7; font-weight:bold;')%></p>
|
|
|
|
|
<% end %></span>
|
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
<label class="mail_reply"><%= link_to( l(:mail_issue_reply), issue_url, :class => "mail_reply") %></label>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
<div class="cl" style="margin-top: 30px; clear:both; overflow:hidden;"></div>
|
|
|
|
|
<label class="mail_reply">
|
|
|
|
|
<%= link_to( l(:mail_issue_reply), issue_url, :class => "mail_reply", :style =>'display:block; float:right; width:80px; text-align:center; height:30px; background:#15bccf; color:#fff; font-weight:normal; font-size:14px; line-height: 30px;') %>
|
|
|
|
|
</label>
|
|
|
|
|
<div class="cl" style="margin-top: 30px; clear:both; overflow:hidden;"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- <li><%#=l(:field_author)%>: <%#=h issue.author %></li>
|
|
|
|
|
|
|
|
|
|