diff options
Diffstat (limited to '')
-rw-r--r-- | templates/repo_commit.html.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/repo_commit.html.tmpl b/templates/repo_commit.html.tmpl index 5b6cb84..a288949 100644 --- a/templates/repo_commit.html.tmpl +++ b/templates/repo_commit.html.tmpl @@ -38,6 +38,10 @@ <th scope="row">Message</th> <td><pre>{{ .commit_object.Message }}</pre></td> </tr> + <tr> + <th scope="row">Actions</th> + <td><pre><a href="{{ .commit_object.Hash }}.patch">Get as Patch</a></pre></td> + </tr> </tbody> </table> </div> |