diff options
| author | KatolaZ <katolaz@freaknet.org> | 2018-07-30 09:48:49 +0100 | 
|---|---|---|
| committer | KatolaZ <katolaz@freaknet.org> | 2018-07-30 09:48:49 +0100 | 
| commit | 2263231b14a6d578b54bf44317c9cfe58d72cc8b (patch) | |
| tree | c3bca9f02a409d851a16dc103a269df6d950450f | |
| parent | 49b183ff25cd274be7551836b9371236731eef82 (diff) | |
another minor fix in index link
| -rw-r--r-- | cgit-70.c | 2 | ||||
| -rw-r--r-- | ui_70-summary.c | 5 | 
2 files changed, 3 insertions, 4 deletions
| @@ -12,7 +12,7 @@  #include "cmd.h"  #include "configfile.h"  #include "html.h" -#include "ui-shared.h" +#include "ui_70-shared.h"  #include "ui-stats.h"  #include "ui-blob.h"  #include "ui-summary.h" diff --git a/ui_70-summary.c b/ui_70-summary.c index 8db5c7f..aa680f6 100644 --- a/ui_70-summary.c +++ b/ui_70-summary.c @@ -28,10 +28,8 @@ static void print_url(const char *url)  		columns++;  	if (urls++ == 0) { -		htmlf("<tr class='nohover'><td colspan='%d'> </td></tr>", columns); -		htmlf("<tr class='nohover'><th class='left' colspan='%d'>Clone</th></tr>\n", columns);  	} - +/*  	htmlf("<tr><td colspan='%d'><a rel='vcs-git' href='", columns);  	html_url_path(url);  	html("' title='"); @@ -39,6 +37,7 @@ static void print_url(const char *url)  	html(" Git repository'>");  	html_txt(url);  	html("</a></td></tr>\n"); +*/  }  void cgit_print_summary(void) | 
