Skip to content
GitLab
Explorer
Connexion
S'inscrire
Navigation principale
Rechercher ou aller à…
Projet
J
jasette-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
jasette-facil
Validations
17af4d27
Valider
17af4d27
rédigé
6 years ago
par
mayaeh
Validation de
Eugen Rochko
6 years ago
Parcourir les fichiers
Options
Téléchargements
Correctifs
Plain Diff
Update the icon name changed by the Font Awesome 5. (#8776)
parent
f7a6f948
Aucune branche associée trouvée
Aucune étiquette associée trouvée
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/javascript/mastodon/features/compose/index.js
+1
-1
1 ajout, 1 suppression
app/javascript/mastodon/features/compose/index.js
app/views/layouts/modal.html.haml
+1
-1
1 ajout, 1 suppression
app/views/layouts/modal.html.haml
config/navigation.rb
+9
-9
9 ajouts, 9 suppressions
config/navigation.rb
avec
11 ajouts
et
11 suppressions
app/javascript/mastodon/features/compose/index.js
+
1
−
1
Voir le fichier @
17af4d27
...
@@ -90,7 +90,7 @@ class Compose extends React.PureComponent {
...
@@ -90,7 +90,7 @@ class Compose extends React.PureComponent {
<
Link
to
=
'
/timelines/public
'
className
=
'
drawer__tab
'
title
=
{
intl
.
formatMessage
(
messages
.
public
)}
aria
-
label
=
{
intl
.
formatMessage
(
messages
.
public
)}
><
i
role
=
'
img
'
className
=
'
fa fa-fw fa-globe
'
/><
/Link
>
<
Link
to
=
'
/timelines/public
'
className
=
'
drawer__tab
'
title
=
{
intl
.
formatMessage
(
messages
.
public
)}
aria
-
label
=
{
intl
.
formatMessage
(
messages
.
public
)}
><
i
role
=
'
img
'
className
=
'
fa fa-fw fa-globe
'
/><
/Link
>
)}
)}
<
a
href
=
'
/settings/preferences
'
className
=
'
drawer__tab
'
title
=
{
intl
.
formatMessage
(
messages
.
preferences
)}
aria
-
label
=
{
intl
.
formatMessage
(
messages
.
preferences
)}
><
i
role
=
'
img
'
className
=
'
fa fa-fw fa-cog
'
/><
/a
>
<
a
href
=
'
/settings/preferences
'
className
=
'
drawer__tab
'
title
=
{
intl
.
formatMessage
(
messages
.
preferences
)}
aria
-
label
=
{
intl
.
formatMessage
(
messages
.
preferences
)}
><
i
role
=
'
img
'
className
=
'
fa fa-fw fa-cog
'
/><
/a
>
<
a
href
=
'
/auth/sign_out
'
className
=
'
drawer__tab
'
data
-
method
=
'
delete
'
title
=
{
intl
.
formatMessage
(
messages
.
logout
)}
aria
-
label
=
{
intl
.
formatMessage
(
messages
.
logout
)}
><
i
role
=
'
img
'
className
=
'
fa fa-fw fa-sign-out
'
/><
/a
>
<
a
href
=
'
/auth/sign_out
'
className
=
'
drawer__tab
'
data
-
method
=
'
delete
'
title
=
{
intl
.
formatMessage
(
messages
.
logout
)}
aria
-
label
=
{
intl
.
formatMessage
(
messages
.
logout
)}
><
i
role
=
'
img
'
className
=
'
fa fa-fw fa-sign-out
-alt
'
/><
/a
>
<
/nav
>
<
/nav
>
);
);
}
}
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
app/views/layouts/modal.html.haml
+
1
−
1
Voir le fichier @
17af4d27
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
=
t
'users.signed_in_as'
=
t
'users.signed_in_as'
%span
.username
@
#{
current_account
.
local_username_and_domain
}
%span
.username
@
#{
current_account
.
local_username_and_domain
}
=
link_to
destroy_user_session_path
(
continue:
true
),
method: :delete
,
class:
'logout-link icon-button'
do
=
link_to
destroy_user_session_path
(
continue:
true
),
method: :delete
,
class:
'logout-link icon-button'
do
=
fa_icon
'sign-out'
=
fa_icon
'sign-out
-alt
'
.container-alt
=
yield
.container-alt
=
yield
.modal-layout__mastodon
.modal-layout__mastodon
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
config/navigation.rb
+
9
−
9
Voir le fichier @
17af4d27
...
@@ -6,12 +6,12 @@ SimpleNavigation::Configuration.run do |navigation|
...
@@ -6,12 +6,12 @@ SimpleNavigation::Configuration.run do |navigation|
primary
.
item
:settings
,
safe_join
([
fa_icon
(
'cog fw'
),
t
(
'settings.settings'
)]),
settings_profile_url
do
|
settings
|
primary
.
item
:settings
,
safe_join
([
fa_icon
(
'cog fw'
),
t
(
'settings.settings'
)]),
settings_profile_url
do
|
settings
|
settings
.
item
:profile
,
safe_join
([
fa_icon
(
'user fw'
),
t
(
'settings.edit_profile'
)]),
settings_profile_url
,
highlights_on:
%r{/settings/profile|/settings/migration}
settings
.
item
:profile
,
safe_join
([
fa_icon
(
'user fw'
),
t
(
'settings.edit_profile'
)]),
settings_profile_url
,
highlights_on:
%r{/settings/profile|/settings/migration}
settings
.
item
:preferences
,
safe_join
([
fa_icon
(
'sliders fw'
),
t
(
'settings.preferences'
)]),
settings_preferences_url
settings
.
item
:preferences
,
safe_join
([
fa_icon
(
'sliders
-h
fw'
),
t
(
'settings.preferences'
)]),
settings_preferences_url
settings
.
item
:notifications
,
safe_join
([
fa_icon
(
'bell fw'
),
t
(
'settings.notifications'
)]),
settings_notifications_url
settings
.
item
:notifications
,
safe_join
([
fa_icon
(
'bell fw'
),
t
(
'settings.notifications'
)]),
settings_notifications_url
settings
.
item
:password
,
safe_join
([
fa_icon
(
'lock fw'
),
t
(
'auth.security'
)]),
edit_user_registration_url
,
highlights_on:
%r{/auth/edit|/settings/delete}
settings
.
item
:password
,
safe_join
([
fa_icon
(
'lock fw'
),
t
(
'auth.security'
)]),
edit_user_registration_url
,
highlights_on:
%r{/auth/edit|/settings/delete}
settings
.
item
:two_factor_authentication
,
safe_join
([
fa_icon
(
'mobile fw'
),
t
(
'settings.two_factor_authentication'
)]),
settings_two_factor_authentication_url
,
highlights_on:
%r{/settings/two_factor_authentication}
settings
.
item
:two_factor_authentication
,
safe_join
([
fa_icon
(
'mobile fw'
),
t
(
'settings.two_factor_authentication'
)]),
settings_two_factor_authentication_url
,
highlights_on:
%r{/settings/two_factor_authentication}
settings
.
item
:import
,
safe_join
([
fa_icon
(
'cloud-upload fw'
),
t
(
'settings.import'
)]),
settings_import_url
settings
.
item
:import
,
safe_join
([
fa_icon
(
'cloud-upload
-alt
fw'
),
t
(
'settings.import'
)]),
settings_import_url
settings
.
item
:export
,
safe_join
([
fa_icon
(
'cloud-download fw'
),
t
(
'settings.export'
)]),
settings_export_url
settings
.
item
:export
,
safe_join
([
fa_icon
(
'cloud-download
-alt
fw'
),
t
(
'settings.export'
)]),
settings_export_url
settings
.
item
:authorized_apps
,
safe_join
([
fa_icon
(
'list fw'
),
t
(
'settings.authorized_apps'
)]),
oauth_authorized_applications_url
settings
.
item
:authorized_apps
,
safe_join
([
fa_icon
(
'list fw'
),
t
(
'settings.authorized_apps'
)]),
oauth_authorized_applications_url
settings
.
item
:follower_domains
,
safe_join
([
fa_icon
(
'users fw'
),
t
(
'settings.followers'
)]),
settings_follower_domains_url
settings
.
item
:follower_domains
,
safe_join
([
fa_icon
(
'users fw'
),
t
(
'settings.followers'
)]),
settings_follower_domains_url
end
end
...
@@ -34,15 +34,15 @@ SimpleNavigation::Configuration.run do |navigation|
...
@@ -34,15 +34,15 @@ SimpleNavigation::Configuration.run do |navigation|
end
end
primary
.
item
:admin
,
safe_join
([
fa_icon
(
'cogs fw'
),
t
(
'admin.title'
)]),
admin_dashboard_url
,
if:
proc
{
current_user
.
staff?
}
do
|
admin
|
primary
.
item
:admin
,
safe_join
([
fa_icon
(
'cogs fw'
),
t
(
'admin.title'
)]),
admin_dashboard_url
,
if:
proc
{
current_user
.
staff?
}
do
|
admin
|
admin
.
item
:dashboard
,
safe_join
([
fa_icon
(
'tachometer fw'
),
t
(
'admin.dashboard.title'
)]),
admin_dashboard_url
admin
.
item
:dashboard
,
safe_join
([
fa_icon
(
'tachometer
-alt
fw'
),
t
(
'admin.dashboard.title'
)]),
admin_dashboard_url
admin
.
item
:settings
,
safe_join
([
fa_icon
(
'cogs fw'
),
t
(
'admin.settings.title'
)]),
edit_admin_settings_url
,
if:
->
{
current_user
.
admin?
}
admin
.
item
:settings
,
safe_join
([
fa_icon
(
'cogs fw'
),
t
(
'admin.settings.title'
)]),
edit_admin_settings_url
,
if:
->
{
current_user
.
admin?
}
admin
.
item
:custom_emojis
,
safe_join
([
fa_icon
(
'smile
-o
fw'
),
t
(
'admin.custom_emojis.title'
)]),
admin_custom_emojis_url
,
highlights_on:
%r{/admin/custom_emojis}
admin
.
item
:custom_emojis
,
safe_join
([
fa_icon
(
'smile fw'
),
t
(
'admin.custom_emojis.title'
)]),
admin_custom_emojis_url
,
highlights_on:
%r{/admin/custom_emojis}
admin
.
item
:relays
,
safe_join
([
fa_icon
(
'exchange fw'
),
t
(
'admin.relays.title'
)]),
admin_relays_url
,
if:
->
{
current_user
.
admin?
},
highlights_on:
%r{/admin/relays}
admin
.
item
:relays
,
safe_join
([
fa_icon
(
'exchange
-alt
fw'
),
t
(
'admin.relays.title'
)]),
admin_relays_url
,
if:
->
{
current_user
.
admin?
},
highlights_on:
%r{/admin/relays}
admin
.
item
:subscriptions
,
safe_join
([
fa_icon
(
'paper-plane
-o
fw'
),
t
(
'admin.subscriptions.title'
)]),
admin_subscriptions_url
,
if:
->
{
current_user
.
admin?
}
admin
.
item
:subscriptions
,
safe_join
([
fa_icon
(
'paper-plane fw'
),
t
(
'admin.subscriptions.title'
)]),
admin_subscriptions_url
,
if:
->
{
current_user
.
admin?
}
admin
.
item
:sidekiq
,
safe_join
([
fa_icon
(
'
diamond
fw'
),
'Sidekiq'
]),
sidekiq_url
,
link_html:
{
target:
'sidekiq'
},
if:
->
{
current_user
.
admin?
}
admin
.
item
:sidekiq
,
safe_join
([
fa_icon
(
'
gem
fw'
),
'Sidekiq'
]),
sidekiq_url
,
link_html:
{
target:
'sidekiq'
},
if:
->
{
current_user
.
admin?
}
admin
.
item
:pghero
,
safe_join
([
fa_icon
(
'database fw'
),
'PgHero'
]),
pghero_url
,
link_html:
{
target:
'pghero'
},
if:
->
{
current_user
.
admin?
}
admin
.
item
:pghero
,
safe_join
([
fa_icon
(
'database fw'
),
'PgHero'
]),
pghero_url
,
link_html:
{
target:
'pghero'
},
if:
->
{
current_user
.
admin?
}
end
end
primary
.
item
:logout
,
safe_join
([
fa_icon
(
'sign-out fw'
),
t
(
'auth.logout'
)]),
destroy_user_session_url
,
link_html:
{
'data-method'
=>
'delete'
}
primary
.
item
:logout
,
safe_join
([
fa_icon
(
'sign-out
-alt
fw'
),
t
(
'auth.logout'
)]),
destroy_user_session_url
,
link_html:
{
'data-method'
=>
'delete'
}
end
end
end
end
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