[feat] Modify alt text for logo; Support user-defined color for header and footer
This commit is contained in:
parent
899d4c91f6
commit
ee7c906f17
6 changed files with 55 additions and 41 deletions
|
|
@ -7,8 +7,11 @@
|
|||
<%= stylesheet_link_tag "mailbot" %>
|
||||
</head>
|
||||
<body>
|
||||
</span>
|
||||
<% if @conference.present? && @conference.color.present? %>
|
||||
<div id="border" style="background-color: <%= @conference.color %>">
|
||||
<% else %>
|
||||
<div id="border">
|
||||
<% end %>
|
||||
</div>
|
||||
<div id="border"></div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue