aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-12-02 20:10:00 -0500
committerUnknwon <u@gogs.io>2015-12-02 20:10:00 -0500
commit29375059e1d7d943cc3e517f2433b5df1f126db2 (patch)
tree7218f26599e187e04718fda44da6d364a67747a6 /templates/repo
parent85449b2f11b3a0b13b7a37ac024a924435e15745 (diff)
downloadgitea-29375059e1d7d943cc3e517f2433b5df1f126db2.tar.gz
gitea-29375059e1d7d943cc3e517f2433b5df1f126db2.zip
minor CSS fix
Diffstat (limited to 'templates/repo')
-rw-r--r--templates/repo/commits_table.tmpl6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/repo/commits_table.tmpl b/templates/repo/commits_table.tmpl
index 5e207486ff..f78a6286ef 100644
--- a/templates/repo/commits_table.tmpl
+++ b/templates/repo/commits_table.tmpl
@@ -16,7 +16,7 @@
{{if .Commits}}
<div class="ui attached table segment">
- <table class="ui very basic striped fixed single line">
+ <table class="ui very basic striped fixed single line" id="commits-table">
<thead>
<tr>
<th class="four wide">{{.i18n.Tr "repo.commits.author"}}</th>
@@ -35,9 +35,11 @@
<img class="ui avatar image" src="{{AvatarLink .Author.Email}}" alt=""/>&nbsp;&nbsp;{{.Author.Name}}
{{end}}
</td>
- <td class="message">
+ <td class="message collapsing">
<a rel="nofollow" class="ui green sha label" href="{{AppSubUrl}}/{{$.Username}}/{{$.Reponame}}/commit/{{.ID}}">{{ShortSha .ID.String}}</a>
{{RenderCommitMessage .Summary $.RepoLink}}
+ Initial commit
+fjdksfjklsdjfklsjfklsdjfkljsklfjsdklfjklsjfksdjlfkjdsklfjklsjfkldsjfkljsaklfjaklsjfklsdjfkljakldjfklsjafkljaslfjlsakjflkasjfklasjdflkjsklfjsklfjklsjfklsjfkljs
</td>
<td class="grey text right aligned">{{TimeSince .Author.When $.Lang}}</td>
</tr>