alpha
Login
or
Join now
dunkirk.sh
/
core
forked from
tangled.org/core
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
fix merge-conflict styles
author
Akshay
date
1 year ago
(Apr 2, 2025, 12:18 AM +0100)
commit
dc0a0aa9
dc0a0aa9609200049837d8837bbaf22b650ae196
parent
d44e39d1
d44e39d1402bc92855dc7b3e32d144b226dc2322
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
appview
pages
templates
repo
pulls
pull.html
+1
-1
appview/pages/templates/repo/pulls/pull.html
Reviewed
···
183
183
{{ else if and .MergeCheck .MergeCheck.IsConflicted }}
184
184
<div class="bg-red-50 dark:bg-red-900 border border-red-500 rounded drop-shadow-sm px-6 py-2 relative w-fit">
185
185
<div class="absolute left-8 -top-2 w-px h-2 bg-gray-300 dark:bg-gray-600"></div>
186
186
-
<div class="flex flex-col items-center gap-2 text-red-500 dark:text-red-300">
186
186
+
<div class="flex flex-col gap-2 text-red-500 dark:text-red-300">
187
187
<div class="flex items-center gap-2">
188
188
{{ i "triangle-alert" "w-4 h-4" }}
189
189
<span class="font-medium">merge conflicts detected</span>