Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change green buttons to primary color #27099

Merged
merged 8 commits into from
Sep 18, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'origin/main' into primary
* origin/main:
  Fix the incorrect route path in the user edit page. (#27007)
  Refactor lfs requests (#26783)
  Display archived labels specially when listing labels (#26820)
  Remove a `gt-float-right` and some unnecessary helpers (#27110)
  [skip ci] Updated licenses and gitignores
  Fix token endpoints ignore specified account (#27080)
  Make SSPI auth mockable (#27036)
  • Loading branch information
silverwind committed Sep 18, 2023
commit 9a23d2253630fc548555079758870767be19b146
2 changes: 1 addition & 1 deletion templates/admin/user/edit.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@

<div class="field">
<button class="ui primary button">{{$.locale.Tr "settings.update_avatar"}}</button>
<button class="ui red button link-action" data-url="{{.Link}}/avatar/delete">{{$.locale.Tr "settings.delete_current_avatar"}}</button>
<button class="ui red button link-action" data-url="./avatar/delete">{{$.locale.Tr "settings.delete_current_avatar"}}</button>
</div>
</form>
</div>
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.