Skip to content

Commit

Permalink
Add milestones links
Browse files Browse the repository at this point in the history
  • Loading branch information
triole committed Feb 27, 2024
1 parent 8306da1 commit 7452a9f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions js/roadmap.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@ function render_milestones() {
var milestone = $(sel)

var html = '<div class="header">'
html += '<h2>' + el.title + '</h2>'
html += '<h2><a href="' + el.html_url + '" target=_blank>' + el.title + '</a></h2>'
html += '<h3>(' + el.state + ')</h3>'
html += '</div>'
// var html = '<h2 class="milestone-title-link fl"><a href="' + el.html_url + '" target=_blank>' + el.title +
// '</a></h2>'
html += '<div class="milestone-meta">'
html += '<div class="fl">' + time_diff('due by', el.due_on, '', 'no due date') + '</div>'
html += '<div class="fl">' + time_diff('updated', el.updated_at, 'ago', '') + '</div>'
Expand Down

0 comments on commit 7452a9f

Please sign in to comment.