Added issues dashboard
This commit is contained in:
@@ -2,7 +2,7 @@ package base
|
||||
|
||||
templ Table(headers []templ.Component, rows []templ.Component, attrs templ.Attributes) {
|
||||
<div class="overflow-x-auto">
|
||||
<table { attrs... } class="table">
|
||||
<table { attrs... } class="table table-sm">
|
||||
<thead>
|
||||
<tr>
|
||||
for _, header := range headers {
|
||||
|
||||
@@ -37,7 +37,7 @@ func Table(headers []templ.Component, rows []templ.Component, attrs templ.Attrib
|
||||
if templ_7745c5c3_Err != nil {
|
||||
return templ_7745c5c3_Err
|
||||
}
|
||||
templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 2, " class=\"table\"><thead><tr>")
|
||||
templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 2, " class=\"table table-sm\"><thead><tr>")
|
||||
if templ_7745c5c3_Err != nil {
|
||||
return templ_7745c5c3_Err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user