1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-19 13:54:25 +01:00

Removed fab-manager email address from the seeds

This commit is contained in:
Sylvain 2020-10-26 16:40:50 +01:00
parent c3139307bc
commit 181ec38192
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,6 @@
# Changelog Fab-manager
- Removed fab-manager email address from the seeds
- Fix a bug: in the settings area, boolean switches are always shown as false
## v4.6.2 2020 October 23

View File

@ -258,8 +258,6 @@ unless Setting.find_by(name: 'about_contacts').try(:value)
setting = Setting.find_or_initialize_by(name: 'about_contacts')
setting.value = <<~HTML
<dl>
<dt>Contact commercial :</dt>
<dd>contact@fab-manager.com</dd>
<dt>Support technique :</dt>
<dd><a href="https://forum.fab-manager.com">Forum</a></dd>
<dd><a href="https://feedback.fab-manager.com">Feedback</a></dd>