- Commit
- a6ac9bdeec7ba55c26f920cc65dee45f2ba1ae38
- Parent
- 7bcf42cc2ded352dd4c11c2631ef74d1393ccd33
- Author
- Pablo <pablo-escobar@riseup.net>
- Date
Made the entries of the "Status" column in the diffstats table more verbose
Design documents for git.pablopie.xyz ✏️
Made the entries of the "Status" column in the diffstats table more verbose
1 file changed, 2 insertions, 2 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Modified | commit.html | 4 | 2 | 2 |
diff --git a/commit.html b/commit.html @@ -46,7 +46,7 @@ <table> <thead> <tr> -<td>Mode</td> +<td>Status</td> <td>File Name</td> <td>N° Changes</td> <td>Insertions</td> @@ -55,7 +55,7 @@ </thead> <tbody> <tr> -<td class="M">M</td> +<td>Modified</td> <td><a href="#h0">stagit-index.c</a></td> <td>2</td> <td>1</td>