Ссылка на репозиторий через env

This commit is contained in:
2025-11-01 00:56:39 +08:00
parent 07692b08ce
commit 67349bb909
6 changed files with 13 additions and 11 deletions

View File

@@ -249,12 +249,12 @@
<ul>
<li>
создать pull-request в открытом репозитории проекта с удалением данных о плейлисте из файла
<a href="https://git.axenov.dev/IPTV/playlists/src/branch/master/playlists.ini"
<a href="{{ config('app.repo_url') }}/playlists/src/branch/master/playlists.ini"
target="_blank"
>playlists.ini</a>, указав в комментарии к коммиту юридически значимую информацию;
</li>
<li>
<a href="https://git.axenov.dev/IPTV/playlists/issues/new" target="_blank">создать
<a href="{{ config('app.repo_url') }}/playlists/issues/new" target="_blank">создать
публичное обращение</a> в открытом репозитории проекта, указав юридически значимую
информацию;
</li>

View File

@@ -1,7 +1,7 @@
{###########################################################################
# Copyright (c) 2025, Антон Аксенов
# This file is part of m3u.su project
# MIT License: https://git.axenov.dev/IPTV/web/src/branch/master/LICENSE
# MIT License: {{config('app.repo_url}}/web/src/branch/master/LICENSE
###########################################################################}
<!DOCTYPE html>
@@ -107,7 +107,7 @@
<a target="_blank" href="/docs" class="text-light text-decoration-none d-flex align-items-center gap-1">
<ion-icon name="document-text-outline"></ion-icon>Документация
</a>
<a target="_blank" href="https://git.axenov.dev/IPTV" class="text-light text-decoration-none d-flex align-items-center gap-1">
<a target="_blank" href="{{ config('app.repo_url') }}" class="text-light text-decoration-none d-flex align-items-center gap-1">
<ion-icon name="code-slash-outline"></ion-icon>Исходники
</a>
<a target="_blank" href="https://axenov.dev" class="text-light text-decoration-none d-flex align-items-center gap-1">
@@ -125,7 +125,7 @@
</div>
<div>
<a class="small text-secondary d-inline-flex align-items-center gap-1"
href="https://git.axenov.dev/IPTV/web/releases/tag/v{{ version() }}"
href="{{ config('app.repo_url') }}/web/releases/tag/v{{ version() }}"
target="_blank"
>
<ion-icon name="pricetag-outline"></ion-icon>v{{ version() }}