up
This commit is contained in:
@@ -35,7 +35,14 @@
|
||||
<!-- Placeholder for future features -->
|
||||
<div class="bg-white rounded-xl shadow-sm border border-gray-200 p-8 text-center">
|
||||
<h3 class="text-xl font-semibold text-gray-800 mb-2">{{index .Tr "dash_mgmt_title"}}</h3>
|
||||
<p class="text-gray-500">{{index .Tr "dash_mgmt_desc"}}</p>
|
||||
<p class="text-gray-500 mb-6">{{index .Tr "dash_mgmt_desc"}}</p>
|
||||
<a href="/admin/articles/new"
|
||||
class="inline-flex items-center gap-2 bg-blue-600 text-white px-6 py-3 rounded-lg font-medium hover:bg-blue-700 transition-colors">
|
||||
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 4v16m8-8H4"/>
|
||||
</svg>
|
||||
{{index .Tr "dash_new_article"}}
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
{{template "footer" .}}
|
||||
|
||||
Reference in New Issue
Block a user