Skip to content
Extraits de code Groupes Projets
Non vérifiée Valider e4633971 rédigé par Benjamin Neff's avatar Benjamin Neff
Parcourir les fichiers

Merge branch 'next-minor' into develop

parents ee05cc82 6abd0509
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -22,6 +22,7 @@
## Refactor
* Remove rails\_admin [#7440](https://github.com/diaspora/diaspora/pull/7440)
* Use guid instead of id at permalink and in SPV [#7453](https://github.com/diaspora/diaspora/pull/7453)
## Bug fixes
* Make photo upload button hover text translatable [#7429](https://github.com/diaspora/diaspora/pull/7429)
......
......@@ -39,11 +39,11 @@
{{/if}}
<span class="post-time">
{{#if root}}
<a href="/posts/{{root.id}}">
<a href="/posts/{{root.guid}}">
<time datetime="{{root.created_at}}" title="{{localTime root.created_at}}" />
</a>
{{else}}
<a href="/posts/{{id}}">
<a href="/posts/{{guid}}">
<time datetime="{{created_at}}" title="{{localTime created_at}}" />
</a>
{{/if}}
......@@ -91,7 +91,7 @@
</span>
<div class="post-context">
<span class="post-time">
<a href="/posts/{{id}}">
<a href="/posts/{{guid}}">
<time datetime="{{created_at}}" title="{{localTime created_at}}" />
</a>
</span>
......
......@@ -24,7 +24,7 @@
<time class="timeago" data-original-title="{{{localTime created_at}}}" datetime="{{created_at}}" />
</a>
<a href="/posts/{{id}}" class="permalink" title="{{t "stream.permalink"}}">
<a href="/posts/{{guid}}" class="permalink" title="{{t "stream.permalink"}}">
<i class="entypo-link"></i>
</a>
{{/if}}
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter