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:
parent
c3139307bc
commit
181ec38192
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user