Skip to content
GitLab
Explorer
Connexion
S'inscrire
Navigation principale
Rechercher ou aller à…
Projet
P
parlote-facil
Gestion
Activité
Membres
Labels
Programmation
Tickets
Tableaux des tickets
Jalons
Wiki
Code
Requêtes de fusion
Dépôt
Branches
Validations
Étiquettes
Graphe du dépôt
Comparer les révisions
Extraits de code
Compilation
Pipelines
Jobs
Planifications de pipeline
Artéfacts
Déploiement
Releases
Registre de paquets
Registre de conteneur
Registre de modèles
Opération
Environnements
Modules Terraform
Surveillance
Incidents
Analyse
Données d'analyse des chaînes de valeur
Analyse des contributeurs
Données d'analyse CI/CD
Données d'analyse du dépôt
Expériences du modèle
Aide
Aide
Support
Documentation de GitLab
Comparer les forfaits GitLab
Forum de la communauté
Contribuer à GitLab
Donner votre avis
Raccourcis clavier
?
Extraits de code
Groupes
Projets
Afficher davantage de fils d'Ariane
facil
parlote-facil
Validations
d5e30333
Valider
d5e30333
rédigé
il y a 13 ans
par
Maxwell Salzberg
Parcourir les fichiers
Options
Téléchargements
Correctifs
Plain Diff
make a setting to check out the new getting started
parent
0874a632
Aucune branche associée trouvée
Branches contenant la validation
Aucune étiquette associée trouvée
Étiquettes contenant la validation
Aucune requête de fusion associée trouvée
Modifications
3
Masquer les modifications d'espaces
En ligne
Côte à côte
Affichage de
3 fichiers modifiés
app/controllers/users_controller.rb
+1
-1
1 ajout, 1 suppression
app/controllers/users_controller.rb
app/views/users/edit.html.haml
+16
-0
16 ajouts, 0 suppression
app/views/users/edit.html.haml
config/locales/diaspora/en.yml
+2
-0
2 ajouts, 0 suppression
config/locales/diaspora/en.yml
avec
19 ajouts
et
1 suppression
app/controllers/users_controller.rb
+
1
−
1
Voir le fichier @
d5e30333
...
...
@@ -41,7 +41,7 @@ class UsersController < ApplicationController
else
flash
[
:error
]
=
I18n
.
t
'users.update.password_not_changed'
end
elsif
u
[
:show_community_spotlight_in_stream
]
elsif
u
[
:show_community_spotlight_in_stream
]
||
u
[
:getting_started
]
if
@user
.
update_attributes
(
u
)
flash
[
:notice
]
=
I18n
.
t
'users.update.settings_updated'
redirect_to
multi_path
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
app/views/users/edit.html.haml
+
16
−
0
Voir le fichier @
d5e30333
...
...
@@ -91,6 +91,22 @@
%hr
%br
%h3
#getting-started-preferences
=
t
(
'.show_getting_started'
)
=
form_for
current_user
,
:url
=>
user_path
,
:html
=>
{
:method
=>
:put
}
do
|
f
|
=
f
.
error_messages
%p
.checkbox_select
=
f
.
label
:getting_started
,
t
(
'.show_getting_started'
)
=
f
.
check_box
:getting_started
%br
=
f
.
submit
t
(
'.change'
),
:class
=>
'button'
%br
%br
%hr
%br
%h3
=
t
(
'.receive_email_notifications'
)
=
form_for
'user'
,
:url
=>
user_path
,
:html
=>
{
:method
=>
:put
}
do
|
f
|
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
config/locales/diaspora/en.yml
+
2
−
0
Voir le fichier @
d5e30333
...
...
@@ -908,6 +908,8 @@ en:
email_awaiting_confirmation
:
"
We
have
sent
you
an
activation
link
to
%{unconfirmed_email}.
Until
you
follow
this
link
and
activate
the
new
address,
we
will
continue
to
use
your
original
address
%{email}."
stream_preferences
:
"
Stream
Preferences"
show_community_spotlight
:
"
Show
Community
Spotlight
in
Stream?"
show_getting_started
:
'
Re-enable
Getting
Started'
getting_started
:
'
New
User
Prefrences'
destroy
:
"
Your
account
has
been
locked.
It
may
take
20
minutes
for
us
to
finish
closing
your
account.
Thank
you
for
trying
Diaspora."
getting_started
:
well_hello_there
:
"
Well,
hello
there!"
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
Aperçu
0%
Chargement en cours
Veuillez réessayer
ou
joindre un nouveau fichier
.
Annuler
You are about to add
0
people
to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Enregistrer le commentaire
Annuler
Veuillez vous
inscrire
ou vous
se connecter
pour commenter