| @@ -303,7 +303,7 @@ function displayRepo(json){ | |||||
| html += " </span>"; | html += " </span>"; | ||||
| html += " <img class=\"left floated mini ui image\" src=\"" + record["Avatar"] + "\">"; | html += " <img class=\"left floated mini ui image\" src=\"" + record["Avatar"] + "\">"; | ||||
| html += " <a class=\"header nowrap\" href=\"/" + record["OwnerName"] + "/" + record["Name"] + "\">" + record["Name"] +"</a>"; | html += " <a class=\"header nowrap\" href=\"/" + record["OwnerName"] + "/" + record["Name"] + "\">" + record["Name"] +"</a>"; | ||||
| html += " <div class=\"description nowrap-2\">" + record["Description"] + " <div>"; | |||||
| html += " <div class=\"description nowrap-2\">" + record["Description"] + " </div>"; | |||||
| html += " <div class=\"ui tags nowrap am-mt-10\">" | html += " <div class=\"ui tags nowrap am-mt-10\">" | ||||
| if(record["Topics"] != null){ | if(record["Topics"] != null){ | ||||
| for(var j = 0; j < record["Topics"].length; j++){ | for(var j = 0; j < record["Topics"].length; j++){ | ||||
| @@ -366,11 +366,11 @@ function displayOrg(json){ | |||||
| html += " <div class=\"content nowrap\">"; | html += " <div class=\"content nowrap\">"; | ||||
| html += " <a href=\"/" + record["Name"] + "\">" + record["Name"] + "</a> " + record["FullName"]; | html += " <a href=\"/" + record["Name"] + "\">" + record["Name"] + "</a> " + record["FullName"]; | ||||
| html += " <div class=\"sub header\">" + record["NumRepos"] +" " + getRepoOrOrg(1,isZh) + " ・ " + record["NumMembers"] +" " + getRepoOrOrg(2,isZh) + " ・ " + record["NumTeams"] + " " + getRepoOrOrg(3,isZh) + "</div>"; | html += " <div class=\"sub header\">" + record["NumRepos"] +" " + getRepoOrOrg(1,isZh) + " ・ " + record["NumMembers"] +" " + getRepoOrOrg(2,isZh) + " ・ " + record["NumTeams"] + " " + getRepoOrOrg(3,isZh) + "</div>"; | ||||
| html += " <div>"; | |||||
| html += " <div>"; | |||||
| html += " <div>"; | |||||
| html += " <div>"; | |||||
| html += "<div>"; | |||||
| html += " </div>"; | |||||
| html += " </div>"; | |||||
| html += " </div>"; | |||||
| html += " </div>"; | |||||
| html += "</div>"; | |||||
| } | } | ||||
| } | } | ||||
| orgDiv.innerHTML = html; | orgDiv.innerHTML = html; | ||||