Skip to content

Commit

Permalink
Remove message about FeedBunch being an open beta
Browse files Browse the repository at this point in the history
  • Loading branch information
amatriain committed Jan 22, 2021
1 parent 2e791e5 commit 8127bd0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 19 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Expand Up @@ -6,7 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
### Changed
Nothing so far
Nothing yet

## [1.3.17] - 2021-01-22
### Changed
- Public signup of new users can be enabled or disabled with the SIGNUPS_ENABLED environment variable.
They are enabled by default.
- Removed the message about FeedBunch being an open beta.

## [1.3.16] - 2021-01-22
### Changed
Expand Down
14 changes: 0 additions & 14 deletions app/views/devise/registrations/new.html.erb
Expand Up @@ -7,20 +7,6 @@
<%# Show registration form only if signups are enabled %>
<% if Feedbunch::Application.config.signups_enabled %>

<%# TODO delete this div when open beta stage ends %>
<div id="open-beta-warning" class="alert alert-warning">
<div class="row">
<div class="col-xs-3 col-sm-2 text-center">
<i class="fa fa-flask fa-4x"></i>
</div>

<div class="col-xs-9 col-sm-10">
<p><%= t 'devise.views.open_beta_1' %></p>
</div>
</div>
<p class="text-center"><%= t 'devise.views.open_beta_2' %></p>
</div>

<div class="row">

<div class="col-xs-12 col-md-8">
Expand Down
2 changes: 0 additions & 2 deletions config/locales/devise.views.en.yml
Expand Up @@ -4,8 +4,6 @@ en:
sign_in: "Log in"
sign_in_link: "Log in"
sign_up_link: "Create new account"
open_beta_1: "FeedBunch is in open beta."
open_beta_2: "Please send us your feedback through the email, twitter or github links below."
signups_disabled_1: "Public registration of new users is disabled."
signups_disabled_2: "Please contact an administrator to register a new account."
sign_up: "Sign up"
Expand Down
2 changes: 0 additions & 2 deletions config/locales/devise.views.es.yml
Expand Up @@ -4,8 +4,6 @@ es:
sign_in: "Entrar"
sign_in_link: "Entrar"
sign_up_link: "Crear nueva cuenta"
open_beta_1: "FeedBunch está en fase de beta abierta."
open_beta_2: "Por favor envíanos tus comentarios a traves de los enlaces de email, twitter o github de más abajo."
signups_disabled_1: "La creación de nuevas cuentas no está abierta al público."
signups_disabled_2: "Por favor contacte con un administrador para registrar una nueva cuenta."
sign_up: "Crear cuenta"
Expand Down

0 comments on commit 8127bd0

Please sign in to comment.