show feed URL in podcast admin page

This commit is contained in:
dece 2024-02-25 22:55:19 +01:00
parent 22f5a9f9b9
commit 9ef3f2d9f7

View file

@ -69,6 +69,10 @@
</tbody> </tbody>
</table> </table>
<p>
<a href="{{ path('app_podcast_feed', {slug: podcast.slug}) }}">Feed URL</a>
</p>
<p> <p>
<a href="{{ path('app_podcast_index') }}">Go back to list</a> <a href="{{ path('app_podcast_index') }}">Go back to list</a>
</p> </p>