]> git.openstreetmap.org Git - rails.git/blob - app/views/notifier/_user_message_table.html.erb
Move attach_project_logo to be its own before_action filter, as suggested
[rails.git] / app / views / notifier / _user_message_table.html.erb
1 <table style="font-size: 15px; font-style: italic; margin: 15px; background-color: #eee; width: 520px">
2   <tr>
3     <td style="width: 50px; vertical-align: top; padding: 15px">
4       <%= link_to(
5           image_tag(
6             attachments["avatar.png"].url,
7             alt: @author,
8             title: @author
9           ),
10           user_url(@author, :host => SERVER_URL),
11           :target => "_blank"
12       ) %>
13     </td>
14     <td style="text-align: left; vertical-align: top; padding-right: 10px">
15       <%= captured %>
16     </td>
17   </tr>
18 </table>