Showing 2 changed files with 6 additions and 0 deletions
+3
templates/include/tree.html.ep
... ...
@@ -61,6 +61,9 @@
61 61
             <a class="font-black" href="<%= url_for("/$user/$project/commit/$commit->{id}") %>">
62 62
               <%= $commit->{title_short} %>
63 63
             </a>
64
+            (<a style="font-size:90%;color:#9999FF" href="<%= url_for("/$user/$project/commit/$commit->{id}?w=") %>">
65
+              ignore space
66
+            </a>)
64 67
             [<span style="color:#4183c4" title="<%= $commit->{author_email} %>"><%= $commit->{author_name} %></span>]
65 68
           </div>
66 69
         </div>
+3
templates/tags.html.ep
... ...
@@ -59,6 +59,9 @@
59 59
                     <i class="icon-share-alt"></i>
60 60
                     <%= substr($commit_id, 0, 7) %>
61 61
                   </a>
62
+                  (<a style="font-size:90%;color:#9999FF" href="<%= url_for("/$user/$project/commit/$commit_id?w=") %>">
63
+                    ignore space
64
+                  </a>)
62 65
                   <a class="muted" href="<%= url_for("/$user/$project/archive/$name.zip") %>">
63 66
                     <i class="icon-file"></i>
64 67
                     zip