File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ func httpBase(ctx *context.Context) *serviceHandler {
204204 return nil
205205 }
206206 if ! exist {
207- ctx .ServerError ( "Load task repository" , errors .New ("repo not found" ))
207+ ctx .NotFound ( errors .New ("task repo not found" ))
208208 return nil
209209 }
210210 actionsCfg := repo .MustGetUnit (ctx , unit .TypeActions ).ActionsConfig ()
Original file line number Diff line number Diff line change 4242 <details class="item toggleable-item" {{if or .PageIsSharedSettingsRunners .PageIsSharedSettingsSecrets .PageIsSharedSettingsVariables .PageIsActionsSettingsGeneral}}open{{end}}>
4343 <summary>{{ctx.Locale.Tr "actions.actions"}}</summary>
4444 <div class="menu">
45+ <a class="{{if .PageIsActionsSettingsGeneral}}active {{end}}item" href="{{.RepoLink}}/settings/actions/general">
46+ {{ctx.Locale.Tr "actions.general"}}
47+ </a>
4548 <a class="{{if .PageIsSharedSettingsRunners}}active {{end}}item" href="{{.RepoLink}}/settings/actions/runners">
4649 {{ctx.Locale.Tr "actions.runners"}}
4750 </a>
5154 <a class="{{if .PageIsSharedSettingsVariables}}active {{end}}item" href="{{.RepoLink}}/settings/actions/variables">
5255 {{ctx.Locale.Tr "actions.variables"}}
5356 </a>
54- <a class="{{if .PageIsActionsSettingsGeneral}}active {{end}}item" href="{{.RepoLink}}/settings/actions/general">
55- {{ctx.Locale.Tr "actions.general"}}
56- </a>
5757 </div>
5858 </details>
5959 {{end}}
You can’t perform that action at this time.
0 commit comments