1
0
Fork 0
mirror of https://code.sup39.dev/repos/Wqawg synced 2024-12-27 19:14:51 +09:00

UI: Display link bar in ticket page; move project page edit link to the bar

This commit is contained in:
fr33domlover 2019-10-19 11:21:29 +00:00
parent 0ff25833a0
commit 65d730393a
2 changed files with 31 additions and 22 deletions

View file

@ -50,12 +50,12 @@ $# <http://creativecommons.org/publicdomain/zero/1.0/>.
[📖 Wiki]
$nothing
[No wiki]
<span>
<a href=@{ProjectEditR shar proj}>
[✏ Edit]
^{followButton}
<div>
<a href=@{ProjectEditR shar proj}>Edit
<h2>Repos
$if null repos

View file

@ -12,10 +12,30 @@ $# You should have received a copy of the CC0 Public Domain Dedication along
$# with this software. If not, see
$# <http://creativecommons.org/publicdomain/zero/1.0/>.
<p>
<a href=@{TicketEditR shar proj num}>Edit this ticket
<p>
^{buttonW DELETE "Delete this ticket" (TicketR shar proj num)}
<h2>#{ticketTitle ticket}
<div>
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>
Depended by:
@ -39,9 +59,7 @@ $# <http://creativecommons.org/publicdomain/zero/1.0/>.
<li>
^{ticketDepW shar proj t}
<p>
Created on #{showDate $ ticketCreated ticket} by
^{sharerLinkFedW author}
<div>^{desc}
$if ticketStatus ticket /= TSClosed
<p>
@ -68,15 +86,6 @@ $if ticketStatus ticket /= TSClosed
<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>
Status: #
$case ticketStatus ticket
@ -96,9 +105,6 @@ $if ticketStatus ticket /= TSClosed
^{buttonW POST "Reopen this ticket" (TicketOpenR shar proj num)}
<h2>#{ticketTitle ticket}
^{desc}
<h3>Custom fields
@ -129,6 +135,9 @@ $if ticketStatus ticket /= TSClosed
$else
(none)
<p>
^{buttonW DELETE "Delete this ticket" (TicketR shar proj num)}
<h3>Discussion
^{discuss}