diff options
author | Unknwon <u@gogs.io> | 2015-12-02 20:56:26 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-12-02 20:56:26 -0500 |
commit | ec2423ad7c64bbef67ccee4324f2df3efe6792aa (patch) | |
tree | e9019b371f66cc1e98ee83f5506b5d052c2dd484 /templates/repo/commits_table.tmpl | |
parent | c4bab163cb1d28385cd18ba0d58c9a3e3b237361 (diff) | |
download | gitea-ec2423ad7c64bbef67ccee4324f2df3efe6792aa.tar.gz gitea-ec2423ad7c64bbef67ccee4324f2df3efe6792aa.zip |
more UI minor fixes
Diffstat (limited to 'templates/repo/commits_table.tmpl')
-rw-r--r-- | templates/repo/commits_table.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/commits_table.tmpl b/templates/repo/commits_table.tmpl index 64e2a3d2e0..35c7a48cc7 100644 --- a/templates/repo/commits_table.tmpl +++ b/templates/repo/commits_table.tmpl @@ -16,11 +16,11 @@ {{if .Commits}} <div class="ui attached table segment"> - <table class="ui very basic striped fixed single line" id="commits-table"> + <table class="ui very basic striped fixed table single line" id="commits-table"> <thead> <tr> <th class="four wide">{{.i18n.Tr "repo.commits.author"}}</th> - <th class="nine wide message"><span class="ui sha label"> SHA1 </span> {{.i18n.Tr "repo.commits.message"}}</th> + <th class="nine wide message"><span class="sha">SHA1</span> {{.i18n.Tr "repo.commits.message"}}</th> <th class="three wide right aligned">{{.i18n.Tr "repo.commits.date"}}</th> </tr> </thead> |