Skip to content

Commit

Permalink
Add repository detail view and update project templates for navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
JisanAR03 committed Dec 31, 2024
1 parent f86d982 commit c4504b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/templates/projects/repo_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<span class="text-gray-700 text-lg">Syncing repository data...</span>
</div>
</div>
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-8">
<!-- Repository Header -->
<div class="bg-white rounded-lg shadow-sm border border-gray-200 p-6 mb-8">
<div class="flex items-start justify-between">
Expand Down Expand Up @@ -522,4 +523,5 @@ <h3 class="font-medium text-gray-900 group-hover:text-red-600 transition-colors"
</section>
</div>
</div>
{% endblock %}
</div>
{% endblock %}

0 comments on commit c4504b9

Please sign in to comment.