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

Empty-state for team officers #352

Merged
merged 1 commit into from
Feb 27, 2024
Merged
Changes from all commits
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
7 changes: 7 additions & 0 deletions views/team.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@
</div>
</div>
</div>
{{else}}
<div class="container-fluid bg-secondary">
<div class="container container-padded">
<h2>Team Officers</h2>
<p>There's currently nobody on this team. Why not join it yourself?</p>
</div>
</div>
{{end}}
<div class="container-fluid bg-third">
<div class="container container-padded">
Expand Down
Loading