diff options
author | Unknwon <u@gogs.io> | 2015-12-02 20:10:47 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-12-02 20:10:47 -0500 |
commit | 3d3498bda17ce35d38f7e06ce63f6a62dd5a894e (patch) | |
tree | 8e81cd2fbe8a7cb21a47cb43ab12794d53d966ee /templates/repo/commits_table.tmpl | |
parent | 29375059e1d7d943cc3e517f2433b5df1f126db2 (diff) | |
download | gitea-3d3498bda17ce35d38f7e06ce63f6a62dd5a894e.tar.gz gitea-3d3498bda17ce35d38f7e06ce63f6a62dd5a894e.zip |
clean test data
Diffstat (limited to 'templates/repo/commits_table.tmpl')
-rw-r--r-- | templates/repo/commits_table.tmpl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/repo/commits_table.tmpl b/templates/repo/commits_table.tmpl index f78a6286ef..64e2a3d2e0 100644 --- a/templates/repo/commits_table.tmpl +++ b/templates/repo/commits_table.tmpl @@ -37,9 +37,7 @@ </td> <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 + {{RenderCommitMessage .Summary $.RepoLink}} </td> <td class="grey text right aligned">{{TimeSince .Author.When $.Lang}}</td> </tr> |