application.html.erb 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <style type="text/css">
  2. blockquote {
  3. border-left: 2px solid blue;
  4. padding-left: 1em;
  5. }
  6. .header {
  7. color: #aaaaaa;
  8. border-bottom-style:solid;
  9. border-bottom-width:1px;
  10. border-bottom-color:#aaaaaa;
  11. width: 100%;
  12. max-width: 600px;
  13. padding-bottom: 6px;
  14. margin-bottom: 16px;
  15. padding-top: 6px;
  16. font-size: 16px;
  17. }
  18. .footer {
  19. color: #aaaaaa;
  20. border-top-style:solid;
  21. border-top-width:1px;
  22. border-top-color:#aaaaaa;
  23. width: 100%;
  24. max-width: 600px;
  25. padding-top: 6px;
  26. margin-top: 16px;
  27. padding-botton: 6px;
  28. }
  29. .footer a {
  30. color: #aaaaaa;
  31. }
  32. </style>
  33. <% if @objects[:standalone] != true %>
  34. <div class="header">
  35. <%= c 'product_name' %> <%= t 'Notification' %>
  36. </div>
  37. <% end %>
  38. <%= d 'message', false %>
  39. <% if @objects[:standalone] != true %>
  40. <div class="footer">
  41. <a href="<%= c 'http_type' %>://<%= c 'fqdn' %>/#profile/notifications"><%= t 'Manage your notifications settings' %></a> <% if !c('organization').empty? %>| <%= c 'organization' %><% end %>
  42. </div>
  43. <% end %>