Wrong indentation type(spaces instead of tabs)

This commit is contained in:
pangliang 2024-03-03 09:54:34 +08:00
parent 82e27b8509
commit 9fc0e0ddb1
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<div class="ui ignored info message project-column-header" >
<span class="ui left floated text middle">This workflow has a workflow_dispatch event trigger.</span>
<button class="ui right floated mini button" onclick="$('#runWorkflowDispatchModal').modal('show');">{{ctx.Locale.Tr "actions.workflow.run"}}{{svg "octicon-triangle-down" 14 "dropdown icon"}}</button>
<span class="ui left floated text middle">This workflow has a workflow_dispatch event trigger.</span>
<button class="ui right floated mini button" onclick="$('#runWorkflowDispatchModal').modal('show');">{{ctx.Locale.Tr "actions.workflow.run"}}{{svg "octicon-triangle-down" 14 "dropdown icon"}}</button>
</div>
<div id="runWorkflowDispatchModal" class="ui mini modal">
<div class="content">