updated season league view page
This commit is contained in:
15
internal/view/seasonsview/season_league_stats.templ
Normal file
15
internal/view/seasonsview/season_league_stats.templ
Normal file
@@ -0,0 +1,15 @@
|
||||
package seasonsview
|
||||
|
||||
import "git.haelnorr.com/h/oslstats/internal/db"
|
||||
|
||||
templ SeasonLeagueStatsPage(season *db.Season, league *db.League) {
|
||||
@SeasonLeagueLayout("stats", season, league) {
|
||||
@SeasonLeagueStats()
|
||||
}
|
||||
}
|
||||
|
||||
templ SeasonLeagueStats() {
|
||||
<div class="bg-surface0 border border-surface1 rounded-lg p-8 text-center">
|
||||
<p class="text-subtext0 text-lg">Coming Soon...</p>
|
||||
</div>
|
||||
}
|
||||
Reference in New Issue
Block a user