mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-09-19 17:25:55 +00:00
[UI] Allow org members to navigate between the org and the dashboard
- add a new button to the org view that is only shown to the org members - add integration test to verify the expected navigatability - add a new translation string to that button - fix display style of "View <orgname>" button on the dashboard - fix gap size between buttons on the org view by utilizing the common class top-right-buttons
This commit is contained in:
parent
0dd382883f
commit
b034ab5a8e
5 changed files with 58 additions and 2 deletions
|
@ -92,7 +92,7 @@
|
|||
</a>
|
||||
{{end}}
|
||||
<div class="item">
|
||||
<a class="ui primary basic button" href="{{.ContextUser.HomeLink}}" title="{{ctx.Locale.Tr "home.view_home" .ContextUser.Name}}">
|
||||
<a class="ui basic button" href="{{.ContextUser.HomeLink}}" title="{{ctx.Locale.Tr "home.view_home" .ContextUser.Name}}">
|
||||
{{ctx.Locale.Tr "home.view_home" (.ContextUser.ShortName 40)}}
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue