2023-08-01 19:54:54 +03:00
{{ if and $ .CanWriteProjects ( not $ .Repository .IsArchived ) }}
Migrate margin and padding helpers to tailwind (#30043)
This will conclude the refactor of 1:1 class replacements to tailwind,
except `gt-hidden`. Commands ran:
```bash
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-0#tw-$1$2-0#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-1#tw-$1$2-0.5#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-2#tw-$1$2-1#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-3#tw-$1$2-2#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-4#tw-$1$2-4#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-5#tw-$1$2-8#g' {web_src/js,templates,routers,services}/**/*
```
2024-03-24 19:42:49 +03:00
<div class="tw-flex tw-justify-between tw-mb-4">
2023-08-12 13:30:28 +03:00
<div class="small-menu-items ui compact tiny menu list-header-toggle">
2024-03-20 08:56:42 +03:00
<a class="item {{ if not .IsShowClosed }} active {{ end }} " href="?state=open&q= {{ $ .Keyword }} ">
Migrate margin and padding helpers to tailwind (#30043)
This will conclude the refactor of 1:1 class replacements to tailwind,
except `gt-hidden`. Commands ran:
```bash
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-0#tw-$1$2-0#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-1#tw-$1$2-0.5#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-2#tw-$1$2-1#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-3#tw-$1$2-2#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-4#tw-$1$2-4#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-5#tw-$1$2-8#g' {web_src/js,templates,routers,services}/**/*
```
2024-03-24 19:42:49 +03:00
{{ svg "octicon-project-symlink" 1 6 "tw-mr-2" }}
2023-09-25 15:42:40 +03:00
{{ ctx .Locale .PrettyNumber .OpenCount }} {{ ctx .Locale .Tr "repo.issues.open_title" }}
2023-08-12 13:30:28 +03:00
</a>
2024-03-20 08:56:42 +03:00
<a class="item {{ if .IsShowClosed }} active {{ end }} " href="?state=closed&q= {{ $ .Keyword }} ">
Migrate margin and padding helpers to tailwind (#30043)
This will conclude the refactor of 1:1 class replacements to tailwind,
except `gt-hidden`. Commands ran:
```bash
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-0#tw-$1$2-0#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-1#tw-$1$2-0.5#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-2#tw-$1$2-1#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-3#tw-$1$2-2#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-4#tw-$1$2-4#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-5#tw-$1$2-8#g' {web_src/js,templates,routers,services}/**/*
```
2024-03-24 19:42:49 +03:00
{{ svg "octicon-check" 1 6 "tw-mr-2" }}
2023-09-25 15:42:40 +03:00
{{ ctx .Locale .PrettyNumber .ClosedCount }} {{ ctx .Locale .Tr "repo.issues.closed_title" }}
2023-08-12 13:30:28 +03:00
</a>
</div>
2024-03-04 06:33:20 +03:00
<div class="tw-text-right">
2023-09-25 11:56:50 +03:00
<a class="ui small primary button" href=" {{ $ .Link }} /new"> {{ ctx .Locale .Tr "repo.projects.new" }} </a>
2023-08-12 13:30:28 +03:00
</div>
2023-07-07 21:06:49 +03:00
</div>
{{ end }}
2023-01-20 14:42:33 +03:00
2023-07-07 21:06:49 +03:00
{{ template "base/alert" . }}
2023-01-20 14:42:33 +03:00
2023-08-12 13:30:28 +03:00
<div class="list-header">
<!-- Search -->
<form class="list-header-search ui form ignore-dirty">
2024-03-15 02:24:59 +03:00
<input type="hidden" name="state" value=" {{ $ .State }} ">
{{ template "shared/search/combo" dict "Value" .Keyword "Placeholder" ( ctx .Locale .Tr "search.project_kind" ) }}
2023-08-12 13:30:28 +03:00
</form>
2023-07-07 21:06:49 +03:00
<!-- Sort -->
2023-08-12 13:30:28 +03:00
<div class="list-header-sort ui small dropdown type jump item">
2023-07-07 21:06:49 +03:00
<span class="text">
2023-09-25 11:56:50 +03:00
{{ ctx .Locale .Tr "repo.issues.filter_sort" }}
2023-07-07 21:06:49 +03:00
</span>
2023-09-21 18:54:26 +03:00
{{ svg "octicon-triangle-down" 1 4 "dropdown icon" }}
2023-07-07 21:06:49 +03:00
<div class="menu">
2024-03-20 08:56:42 +03:00
<a class=" {{ if eq .SortType "oldest" }} active {{ end }} item" href="?q= {{ $ .Keyword }} &sort=oldest&state= {{ $ .State }} "> {{ ctx .Locale .Tr "repo.issues.filter_sort.oldest" }} </a>
<a class=" {{ if eq .SortType "recentupdate" }} active {{ end }} item" href="?q= {{ $ .Keyword }} &sort=recentupdate&state= {{ $ .State }} "> {{ ctx .Locale .Tr "repo.issues.filter_sort.recentupdate" }} </a>
<a class=" {{ if eq .SortType "leastupdate" }} active {{ end }} item" href="?q= {{ $ .Keyword }} &sort=leastupdate&state= {{ $ .State }} "> {{ ctx .Locale .Tr "repo.issues.filter_sort.leastupdate" }} </a>
2023-01-20 14:42:33 +03:00
</div>
2023-07-07 21:06:49 +03:00
</div>
</div>
2023-08-12 13:30:28 +03:00
2023-07-07 21:06:49 +03:00
<div class="milestone-list">
{{ range .Projects }}
<li class="milestone-card">
Migrate margin and padding helpers to tailwind (#30043)
This will conclude the refactor of 1:1 class replacements to tailwind,
except `gt-hidden`. Commands ran:
```bash
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-0#tw-$1$2-0#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-1#tw-$1$2-0.5#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-2#tw-$1$2-1#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-3#tw-$1$2-2#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-4#tw-$1$2-4#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-5#tw-$1$2-8#g' {web_src/js,templates,routers,services}/**/*
```
2024-03-24 19:42:49 +03:00
<h3 class="flex-text-block tw-m-0">
2023-07-07 21:06:49 +03:00
{{ svg .IconName 1 6 }}
2023-09-29 15:12:54 +03:00
<a class="muted" href=" {{ .Link ctx }} "> {{ .Title }} </a>
2023-07-07 21:06:49 +03:00
</h3>
<div class="milestone-toolbar">
<div class="group">
<div class="flex-text-block">
{{ svg "octicon-issue-opened" 1 4 }}
2023-09-29 15:12:54 +03:00
{{ ctx .Locale .PrettyNumber ( .NumOpenIssues ctx ) }} {{ ctx .Locale .Tr "repo.issues.open_title" }}
2023-01-20 14:42:33 +03:00
</div>
2023-07-07 21:06:49 +03:00
<div class="flex-text-block">
{{ svg "octicon-check" 1 4 }}
2023-09-29 15:12:54 +03:00
{{ ctx .Locale .PrettyNumber ( .NumClosedIssues ctx ) }} {{ ctx .Locale .Tr "repo.issues.closed_title" }}
2023-01-20 14:42:33 +03:00
</div>
2023-07-07 21:06:49 +03:00
</div>
{{ if and $ .CanWriteProjects ( not $ .Repository .IsArchived ) }}
<div class="group">
2023-09-29 15:12:54 +03:00
<a class="flex-text-inline" href=" {{ .Link ctx }} /edit"> {{ svg "octicon-pencil" 1 4 }} {{ ctx .Locale .Tr "repo.issues.label_edit" }} </a>
2023-07-07 21:06:49 +03:00
{{ if .IsClosed }}
2023-09-29 15:12:54 +03:00
<a class="link-action flex-text-inline" href data-url=" {{ .Link ctx }} /open"> {{ svg "octicon-check" 1 4 }} {{ ctx .Locale .Tr "repo.projects.open" }} </a>
2023-07-07 21:06:49 +03:00
{{ else }}
2023-09-29 15:12:54 +03:00
<a class="link-action flex-text-inline" href data-url=" {{ .Link ctx }} /close"> {{ svg "octicon-skip" 1 4 }} {{ ctx .Locale .Tr "repo.projects.close" }} </a>
2023-01-20 14:42:33 +03:00
{{ end }}
2023-09-29 15:12:54 +03:00
<a class="delete-button flex-text-inline" href="#" data-url=" {{ .Link ctx }} /delete"> {{ svg "octicon-trash" 1 4 }} {{ ctx .Locale .Tr "repo.issues.label_delete" }} </a>
2023-07-07 21:06:49 +03:00
</div>
{{ end }}
</div>
{{ if .Description }}
<div class="content">
2024-03-01 10:11:51 +03:00
{{ .RenderedContent }}
2023-07-07 21:06:49 +03:00
</div>
2023-01-20 14:42:33 +03:00
{{ end }}
2023-07-07 21:06:49 +03:00
</li>
{{ end }}
2023-01-20 14:42:33 +03:00
2023-07-07 21:06:49 +03:00
{{ template "base/paginate" . }}
</div>
2023-01-20 14:42:33 +03:00
2023-08-01 19:54:54 +03:00
{{ if and $ .CanWriteProjects ( not $ .Repository .IsArchived ) }}
2023-04-24 14:08:59 +03:00
<div class="ui g-modal-confirm delete modal">
2023-04-23 12:24:19 +03:00
<div class="header">
2023-01-20 14:42:33 +03:00
{{ svg "octicon-trash" }}
2023-09-25 11:56:50 +03:00
{{ ctx .Locale .Tr "repo.projects.deletion" }}
2023-01-20 14:42:33 +03:00
</div>
<div class="content">
2023-09-25 11:56:50 +03:00
<p> {{ ctx .Locale .Tr "repo.projects.deletion_desc" }} </p>
2023-01-20 14:42:33 +03:00
</div>
2023-04-23 12:24:19 +03:00
{{ template "base/modal_actions_confirm" . }}
2023-01-20 14:42:33 +03:00
</div>
{{ end }}