Compare commits
2 Commits
6070d03e83
...
14856e61ef
| Author | SHA1 | Date | |
|---|---|---|---|
| 14856e61ef | |||
| 2b69518b33 |
File diff suppressed because it is too large
Load Diff
@@ -12,7 +12,7 @@
|
||||
<h1 class="text-2xl font-bold text-gray-900 dark:text-white">Combined Report Wizard</h1>
|
||||
<p class="text-sm text-gray-500 dark:text-gray-400 mt-1">{{ project.name }}</p>
|
||||
</div>
|
||||
<a href="/api/projects/{{ project_id }}"
|
||||
<a href="/projects/{{ project_id }}"
|
||||
class="px-4 py-2 bg-gray-200 dark:bg-gray-700 text-gray-700 dark:text-gray-300 rounded-lg hover:bg-gray-300 dark:hover:bg-gray-600 transition-colors text-sm w-fit">
|
||||
← Back to Project
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user