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
8e345c03
Valider
8e345c03
rédigé
il y a 8 ans
par
Steffen van Bergerem
Validation de
Benjamin Neff
il y a 8 ans
Parcourir les fichiers
Options
Téléchargements
Correctifs
Plain Diff
Add avatar fallback on tags page
fixes #6969 closes #7198
parent
5660d2f4
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Modifications
2
Masquer les modifications d'espaces
En ligne
Côte à côte
Affichage de
2 fichiers modifiés
Changelog.md
+1
-0
1 ajout, 0 suppression
Changelog.md
app/assets/javascripts/app/views/tags_view.js
+2
-0
2 ajouts, 0 suppression
app/assets/javascripts/app/views/tags_view.js
avec
3 ajouts
et
0 suppression
Changelog.md
+
1
−
0
Voir le fichier @
8e345c03
...
@@ -14,6 +14,7 @@
...
@@ -14,6 +14,7 @@
*
Hide 'reshare' button on already reshared posts
[
#7169
](
https://github.com/diaspora/diaspora/pull/7169
)
*
Hide 'reshare' button on already reshared posts
[
#7169
](
https://github.com/diaspora/diaspora/pull/7169
)
*
Only reload profile header when changing aspect memberships
[
#7183
](
https://github.com/diaspora/diaspora/pull/7183
)
*
Only reload profile header when changing aspect memberships
[
#7183
](
https://github.com/diaspora/diaspora/pull/7183
)
*
Fix visiblity on invitation modal when opening it from the stream
[
#7191
](
https://github.com/diaspora/diaspora/pull/7191
)
*
Fix visiblity on invitation modal when opening it from the stream
[
#7191
](
https://github.com/diaspora/diaspora/pull/7191
)
*
Add avatar fallback on tags page
[
#7198
](
https://github.com/diaspora/diaspora/pull/7198
)
## Features
## Features
*
Show spinner when loading comments in the stream
[
#7170
](
https://github.com/diaspora/diaspora/pull/7170
)
*
Show spinner when loading comments in the stream
[
#7170
](
https://github.com/diaspora/diaspora/pull/7170
)
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
app/assets/javascripts/app/views/tags_view.js
+
2
−
0
Voir le fichier @
8e345c03
...
@@ -5,6 +5,8 @@ app.views.Tags = Backbone.View.extend({
...
@@ -5,6 +5,8 @@ app.views.Tags = Backbone.View.extend({
if
(
app
.
publisher
)
{
if
(
app
.
publisher
)
{
app
.
publisher
.
setText
(
"
#
"
+
opts
.
hashtagName
+
"
"
);
app
.
publisher
.
setText
(
"
#
"
+
opts
.
hashtagName
+
"
"
);
}
}
// add avatar fallback if it can't be loaded
$
(
app
.
views
.
Base
.
prototype
.
avatars
.
selector
).
error
(
app
.
views
.
Base
.
prototype
.
avatars
.
fallback
);
}
}
});
});
// @license-end
// @license-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