mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +00:00
added current milestone url to not_available overview
This commit is contained in:
parent
318b09ca49
commit
bcecddd5bd
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ $.get(url, function( data ) {
|
|||
var progress = parseInt(milestone.closed_issues) / (parseInt(milestone.open_issues)+parseInt(milestone.closed_issues));
|
||||
progress = Math.round(progress * 100);
|
||||
|
||||
$("#m-title").text(milestone.title);
|
||||
$("#m-title").html('<a href="' + milestone.html_url + '">' + milestone.title + '</a>');
|
||||
$("#m-open").text(milestone.open_issues);
|
||||
$("#m-closed").text(milestone.closed_issues);
|
||||
$("#m-progress").text(progress + "%");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue