cerrado @ 5845a8685b1696cd510a3362d1f174568d3a9221

feat: Remove under development warning

The project is good shape now that there is not need to the warning.
  1diff --git a/scss/main.scss b/scss/main.scss
  2index 51b7df79808b2f5d6be51f65d06acfbfe05f6094..a6c973fc5708772ee36c312c404c8711e6efd36b 100644
  3--- a/scss/main.scss
  4+++ b/scss/main.scss
  5@@ -29,10 +29,6 @@ @import "bootstrap/scss/_forms.scss";
  6 @import "bootstrap/scss/_buttons.scss";
  7 @import "tree.scss";
  8 
  9-// TODO remove once is not needed
 10-$alert-border-radius: 0;
 11-@import "bootstrap/scss/_alert.scss";
 12-
 13 // overwrite to reduce the ammount of css generated by loading all utilities
 14 $utilities: (
 15     "order": (responsive: true,
 16diff --git a/templates/commit.qtpl b/templates/commit.qtpl
 17index adc6f2ad6c7bcf32c6a250b5d7c0f6d060de66ac..b58b2386c8c0edd9957826b5f187d689d603dc71 100644
 18--- a/templates/commit.qtpl
 19+++ b/templates/commit.qtpl
 20@@ -7,8 +7,8 @@     <div class="row">
 21       <div class="col-md">
 22        <a title="{%s c.Commit().Hash.String() %}" href="/{%s name %}/commit/{%s c.Commit().Hash.String() %}/">{%s c.Commit().Hash.String()[0:8] %}</a> —
 23        <a title="{%s c.Commit().Committer.Email %}" href="mailto:{%s c.Commit().Author.Email %}">{%s c.Commit().Author.Name %}</a>
 24-       —
 25        {% if c.HasReference() %}
 26+       —
 27        {% for _, r := range c.References() %}
 28        {% if r.Name().IsBranch() %}
 29        <a class="ref branch" title="{%s c.Commit().Hash.String() %}" href="/{%s name %}/tree/{%s r.Name().Short() %}/">{%s r.Name().Short() %}</a>
 30diff --git a/templates/commit.qtpl.go b/templates/commit.qtpl.go
 31index fda993d1047ed1f973fd50fba3444633c0109c0e..5017880b3d69771bff2f8e7f1d05e98dd18ae398 100644
 32--- a/templates/commit.qtpl.go
 33+++ b/templates/commit.qtpl.go
 34@@ -60,12 +60,12 @@ //line templates/commit.qtpl:9
 35 	qw422016.E().S(c.Commit().Author.Name)
 36 //line templates/commit.qtpl:9
 37 	qw422016.N().S(`</a>
 38-       —
 39        `)
 40-//line templates/commit.qtpl:11
 41+//line templates/commit.qtpl:10
 42 	if c.HasReference() {
 43-//line templates/commit.qtpl:11
 44+//line templates/commit.qtpl:10
 45 		qw422016.N().S(`
 46+       —
 47        `)
 48 //line templates/commit.qtpl:12
 49 		for _, r := range c.References() {
 50diff --git a/templates/gitlist.qtpl b/templates/gitlist.qtpl
 51index e62e68ad78a4c2a91ff0a9f58a2c5db3314e8fcb..9756eb70c8b457dbcf7737fa91cdebb4089b2bc1 100644
 52--- a/templates/gitlist.qtpl
 53+++ b/templates/gitlist.qtpl
 54@@ -56,9 +56,6 @@     </div>
 55   </div>
 56   <div id="about" class="col-md-4 order-first order-md-last">
 57     {%z= p.About %}
 58-    <div class="alert alert-warning text-center" role="alert">
 59-        This project is under development, things may be broken or incomplete.
 60-    </div>
 61   </div>
 62 </div>
 63 {% endfunc %}
 64diff --git a/templates/gitlist.qtpl.go b/templates/gitlist.qtpl.go
 65index d2b28d95e74d28ca643666c8dff8fecf9d05ff13..97b570b2ed76ea4ac51ecfdcd829c3222385dd6e 100644
 66--- a/templates/gitlist.qtpl.go
 67+++ b/templates/gitlist.qtpl.go
 68@@ -225,71 +225,68 @@ //line templates/gitlist.qtpl:58
 69 	qw422016.N().Z(p.About)
 70 //line templates/gitlist.qtpl:58
 71 	qw422016.N().S(`
 72-    <div class="alert alert-warning text-center" role="alert">
 73-        This project is under development, things may be broken or incomplete.
 74-    </div>
 75   </div>
 76 </div>
 77 `)
 78-//line templates/gitlist.qtpl:64
 79+//line templates/gitlist.qtpl:61
 80 }
 81 
 82-//line templates/gitlist.qtpl:64
 83+//line templates/gitlist.qtpl:61
 84 func (p *GitListPage) WriteContent(qq422016 qtio422016.Writer, ctx context.Context) {
 85-//line templates/gitlist.qtpl:64
 86+//line templates/gitlist.qtpl:61
 87 	qw422016 := qt422016.AcquireWriter(qq422016)
 88-//line templates/gitlist.qtpl:64
 89+//line templates/gitlist.qtpl:61
 90 	p.StreamContent(qw422016, ctx)
 91-//line templates/gitlist.qtpl:64
 92+//line templates/gitlist.qtpl:61
 93 	qt422016.ReleaseWriter(qw422016)
 94-//line templates/gitlist.qtpl:64
 95+//line templates/gitlist.qtpl:61
 96 }
 97 
 98-//line templates/gitlist.qtpl:64
 99+//line templates/gitlist.qtpl:61
100 func (p *GitListPage) Content(ctx context.Context) string {
101-//line templates/gitlist.qtpl:64
102+//line templates/gitlist.qtpl:61
103 	qb422016 := qt422016.AcquireByteBuffer()
104-//line templates/gitlist.qtpl:64
105+//line templates/gitlist.qtpl:61
106 	p.WriteContent(qb422016, ctx)
107-//line templates/gitlist.qtpl:64
108+//line templates/gitlist.qtpl:61
109 	qs422016 := string(qb422016.B)
110-//line templates/gitlist.qtpl:64
111+//line templates/gitlist.qtpl:61
112 	qt422016.ReleaseByteBuffer(qb422016)
113-//line templates/gitlist.qtpl:64
114+//line templates/gitlist.qtpl:61
115 	return qs422016
116-//line templates/gitlist.qtpl:64
117+//line templates/gitlist.qtpl:61
118 }
119 
120-//line templates/gitlist.qtpl:66
121+//line templates/gitlist.qtpl:63
122 func (p *GitListPage) StreamScript(qw422016 *qt422016.Writer, ctx context.Context) {
123-//line templates/gitlist.qtpl:66
124+//line templates/gitlist.qtpl:63
125 	qw422016.N().S(`
126 `)
127-//line templates/gitlist.qtpl:67
128+//line templates/gitlist.qtpl:64
129 }
130 
131-//line templates/gitlist.qtpl:67
132+//line templates/gitlist.qtpl:64
133 func (p *GitListPage) WriteScript(qq422016 qtio422016.Writer, ctx context.Context) {
134-//line templates/gitlist.qtpl:67
135+//line templates/gitlist.qtpl:64
136 	qw422016 := qt422016.AcquireWriter(qq422016)
137-//line templates/gitlist.qtpl:67
138+//line templates/gitlist.qtpl:64
139 	p.StreamScript(qw422016, ctx)
140-//line templates/gitlist.qtpl:67
141+//line templates/gitlist.qtpl:64
142 	qt422016.ReleaseWriter(qw422016)
143-//line templates/gitlist.qtpl:67
144+//line templates/gitlist.qtpl:64
145 }
146 
147-//line templates/gitlist.qtpl:67
148+//line templates/gitlist.qtpl:64
149 func (p *GitListPage) Script(ctx context.Context) string {
150-//line templates/gitlist.qtpl:67
151+//line templates/gitlist.qtpl:64
152 	qb422016 := qt422016.AcquireByteBuffer()
153-//line templates/gitlist.qtpl:67
154+//line templates/gitlist.qtpl:64
155 	p.WriteScript(qb422016, ctx)
156-//line templates/gitlist.qtpl:67
157+//line templates/gitlist.qtpl:64
158 	qs422016 := string(qb422016.B)
159-//line templates/gitlist.qtpl:67
160+//line templates/gitlist.qtpl:64
161 	qt422016.ReleaseByteBuffer(qb422016)
162-//line templates/gitlist.qtpl:67
163+//line templates/gitlist.qtpl:64
164 	return qs422016
165-//line templates/gitlist.qtpl:67
166+//line templates/gitlist.qtpl:64
167 }