diff options
author | John Olheiser <42128690+jolheiser@users.noreply.github.com> | 2019-02-19 17:09:47 -0600 |
---|---|---|
committer | techknowlogick <matti@mdranta.net> | 2019-02-19 18:09:47 -0500 |
commit | d26d2497483b5ea4998350b6a03ee9a736e658da (patch) | |
tree | bd047b7fd37e1942875a17726696f9e456110826 /templates/status/404.tmpl | |
parent | 2982413f8dc8d6976fb1f3839ee6abdd89da990b (diff) | |
download | gitea-d26d2497483b5ea4998350b6a03ee9a736e658da.tar.gz gitea-d26d2497483b5ea4998350b6a03ee9a736e658da.zip |
Minor UI tweaks (#5980)
* Remove all CommitStatus when a repo is deleted
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Minor UI tweaks (#5782)
Added 'No License' option
Added link and octicon change for external issue trackers
Reset password now notifies right away if the code is invalid
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* More UI tweaks
More info in PR
* Generate stylesheet for arc-green
* Make gofmt work
* Change PR integration since the button is changed
* Rebase
* Generate stylesheet
* UI updates
Made the PR button a "basic" button
Vertically centered the issue checkboxes
Labels will update only once after modal is closed
* Commit to reference related issues
Resolves #5782
Resolves #5861
Addresses original question in #5993
* Change the comment wording since PR button is no longer little and green.
* Revert changes that made Windows work
* Regenerate stylesheet
* Regenerate stylesheets
* make generate-stylesheets
* Update integration again, changed button style
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Added ID to PR button
Changed integration to use the ID to avoid breaking in the future
* Added missing semi-colons
* Added back distinction between issue actions and filters (overlooked it before)
Moved action button over next to other action dropdowns
* Remove extra tab formatting in list.tmpl
* Remove more formatting from GoLand
* Replace hardcoded "No License" with i18n license helper.
Diffstat (limited to 'templates/status/404.tmpl')
-rw-r--r-- | templates/status/404.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/status/404.tmpl b/templates/status/404.tmpl index ee54e2de0a..8e6a013f03 100644 --- a/templates/status/404.tmpl +++ b/templates/status/404.tmpl @@ -1,4 +1,5 @@ {{template "base/head" .}} +{{if .IsRepo}}<div class="repository">{{template "repo/header" .}}</div>{{end}} <div class="ui container center"> <p style="margin-top: 100px"><img src="{{AppSubUrl}}/img/404.png" alt="404"/></p> <div class="ui divider"></div> |