We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af25ee commit 299c00eCopy full SHA for 299c00e
routers/web/repo/view.go
@@ -9,15 +9,16 @@ import (
9
"errors"
10
"fmt"
11
"html/template"
12
- _ "image/gif" // for processing gif images
13
- _ "image/jpeg" // for processing jpeg images
14
- _ "image/png" // for processing png images
15
"io"
16
"net/http"
17
"net/url"
18
"strings"
19
"time"
20
+ _ "image/gif" // for processing gif images
+ _ "image/jpeg" // for processing jpeg images
+ _ "image/png" // for processing png images
21
+
22
activities_model "code.gitea.io/gitea/models/activities"
23
admin_model "code.gitea.io/gitea/models/admin"
24
asymkey_model "code.gitea.io/gitea/models/asymkey"
0 commit comments