mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-29 03:34:52 +09:00
UI: Display link bar in ticket page; move project page edit link to the bar
This commit is contained in:
parent
0ff25833a0
commit
65d730393a
2 changed files with 31 additions and 22 deletions
|
@ -50,12 +50,12 @@ $# <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||||
[📖 Wiki]
|
[📖 Wiki]
|
||||||
$nothing
|
$nothing
|
||||||
[No wiki]
|
[No wiki]
|
||||||
|
<span>
|
||||||
|
<a href=@{ProjectEditR shar proj}>
|
||||||
|
[✏ Edit]
|
||||||
|
|
||||||
^{followButton}
|
^{followButton}
|
||||||
|
|
||||||
<div>
|
|
||||||
<a href=@{ProjectEditR shar proj}>Edit
|
|
||||||
|
|
||||||
<h2>Repos
|
<h2>Repos
|
||||||
|
|
||||||
$if null repos
|
$if null repos
|
||||||
|
|
|
@ -12,10 +12,30 @@ $# You should have received a copy of the CC0 Public Domain Dedication along
|
||||||
$# with this software. If not, see
|
$# with this software. If not, see
|
||||||
$# <http://creativecommons.org/publicdomain/zero/1.0/>.
|
$# <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||||
|
|
||||||
<p>
|
<h2>#{ticketTitle ticket}
|
||||||
<a href=@{TicketEditR shar proj num}>Edit this ticket
|
|
||||||
<p>
|
<div>
|
||||||
^{buttonW DELETE "Delete this ticket" (TicketR shar proj num)}
|
Created on #{showDate $ ticketCreated ticket} by
|
||||||
|
^{sharerLinkFedW author}
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<span>
|
||||||
|
<a href=@{TicketParticipantsR shar proj num}>
|
||||||
|
[🐤 Followers]
|
||||||
|
<span>
|
||||||
|
<a href=@{TicketDepsR shar proj num}>
|
||||||
|
[⤴ Dependencies]
|
||||||
|
<span>
|
||||||
|
<a href=@{TicketReverseDepsR shar proj num}>
|
||||||
|
[⤷ Dependants]
|
||||||
|
<span>
|
||||||
|
<a href=@{ClaimRequestsTicketR shar proj num}>
|
||||||
|
[✋ Claim requests]
|
||||||
|
<span>
|
||||||
|
<a href=@{TicketEditR shar proj num}>
|
||||||
|
[✏ Edit]
|
||||||
|
|
||||||
|
^{followButton}
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Depended by:
|
Depended by:
|
||||||
|
@ -39,9 +59,7 @@ $# <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||||
<li>
|
<li>
|
||||||
^{ticketDepW shar proj t}
|
^{ticketDepW shar proj t}
|
||||||
|
|
||||||
<p>
|
<div>^{desc}
|
||||||
Created on #{showDate $ ticketCreated ticket} by
|
|
||||||
^{sharerLinkFedW author}
|
|
||||||
|
|
||||||
$if ticketStatus ticket /= TSClosed
|
$if ticketStatus ticket /= TSClosed
|
||||||
<p>
|
<p>
|
||||||
|
@ -68,15 +86,6 @@ $if ticketStatus ticket /= TSClosed
|
||||||
<a href=@{TicketAssignR shar proj num}>Assign to someone else
|
<a href=@{TicketAssignR shar proj num}>Assign to someone else
|
||||||
.
|
.
|
||||||
|
|
||||||
<p>
|
|
||||||
<a href=@{ClaimRequestsTicketR shar proj num}>Claim requests
|
|
||||||
|
|
||||||
<p>
|
|
||||||
<a href=@{TicketDepsR shar proj num}>Dependencies
|
|
||||||
|
|
||||||
<p>
|
|
||||||
<a href=@{TicketReverseDepsR shar proj num}>Dependants
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Status: #
|
Status: #
|
||||||
$case ticketStatus ticket
|
$case ticketStatus ticket
|
||||||
|
@ -96,9 +105,6 @@ $if ticketStatus ticket /= TSClosed
|
||||||
|
|
||||||
^{buttonW POST "Reopen this ticket" (TicketOpenR shar proj num)}
|
^{buttonW POST "Reopen this ticket" (TicketOpenR shar proj num)}
|
||||||
|
|
||||||
<h2>#{ticketTitle ticket}
|
|
||||||
|
|
||||||
^{desc}
|
|
||||||
|
|
||||||
<h3>Custom fields
|
<h3>Custom fields
|
||||||
|
|
||||||
|
@ -129,6 +135,9 @@ $if ticketStatus ticket /= TSClosed
|
||||||
$else
|
$else
|
||||||
(none)
|
(none)
|
||||||
|
|
||||||
|
<p>
|
||||||
|
^{buttonW DELETE "Delete this ticket" (TicketR shar proj num)}
|
||||||
|
|
||||||
<h3>Discussion
|
<h3>Discussion
|
||||||
|
|
||||||
^{discuss}
|
^{discuss}
|
||||||
|
|
Loading…
Reference in a new issue