socialforge/app/views/mailer/issue_edit.html.erb

8 lines
339 B
Plaintext

<div class="cl" style="margin-top: 15px; clear:both; overflow:hidden;"></div>
<%= render :partial => 'issue', :formats => [:html], :locals => { :issue => @issue, :issue_url => @issue_url } %>
<div class="mail_foot"><%= link_to( l(:mail_issue_footer), @user_url, :style=>'font-size:12px; font-weight:normal; color:#1b55a7;') %> </div>