OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/app/views/mailer/_notification_settings_butt...

11 lines
444 B

<table <%= placeholder_table_styles %>>
<tr>
<td style="padding: 8px 12px; border: 1px solid #878787; border-radius: 16px; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;">
<a href="<%= my_reminders_url %>"
target="_blank"
style="color: #333333; text-decoration: none; font-size: 14px;white-space: nowrap;">
<%= I18n.t(:'mail.notification.settings') %>
</a>
</td>
</tr>
</table>