<%= link_to(h("#{@message.author.login}(#{@message.author.show_name})"), @issue_author_url , :style=>'color:#1b55a7; font-weight:bold;') %>
<%= l(:mail_issue_title_userin)%>
<% if @message.project %>
<%=h @message.board.project.name %> - <%=h @message.board.name %>: <%= link_to(h(@message.subject), @message_url,:style=>'color:#1b55a7; font-weight:bold;') %>
<% elsif @message.course %>
<%=h @message.board.course.name %> - <%=h @message.board.name %>: <%= link_to(h(@message.subject), @message_url,:style=>'color:#1b55a7; font-weight:bold;') %>
<% end %>
<%= l(:mail_issue_title_active)%>
- <%= l(:mail_issue_subject)%> <%= link_to(h(@message.subject), @message_url, :style=>'color:#1b55a7; font-weight:bold;') %>
- <%= l(:mail_issue_sent_from)%>
<% if @message.project %>
<%=h @message.board.project.name %> - <%=h @message.board.name %>
<% elsif @message.course %>
<%=h @message.board.course.name %> - <%=h @message.board.name %>
<% end %>
- <%= l(:mail_issue_content)%>
<%= @message.content %>