This commit is contained in:
stuzer05 2023-02-24 12:37:12 +02:00
parent a8778f4db7
commit d9446629c3
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@
<input placeholder='{{.locale.Tr "repo.issues.add_time_hours"}}' type="number" min="0" value="{{ ($.Issue.PlanTimeHours) }}" name="plan_time_hours">
<input placeholder='{{.locale.Tr "repo.issues.add_time_minutes"}}' type="number" min="0" max="59" value="{{ ($.Issue.PlanTimeMinutes) }}" name="plan_time_minutes" class="ui compact">
</div>
<button class="ui fluid button green tooltip issue-add-time gt-mt-3">
<button class="ui fluid button green tooltip gt-mt-3">
{{.locale.Tr "repo.issues.save"}}
</button>
</form>