Skip to content

Commit

Permalink
Merge pull request yuki-kimoto#142 from troneill/newissueinsertmd-fix
Browse files Browse the repository at this point in the history
Issue yuki-kimoto#141: Insert markdown buttons fix on new.html.ep
  • Loading branch information
yuki-kimoto authored Oct 21, 2017
2 parents c5ed15c + fda0bc2 commit a432381
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions templates/issues/new.html.ep
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,14 @@
layout 'common', title => "New issue - $user_id/$project_id";
%>

%= javascript '/js/icon-input.js';

%= javascript begin
$(document).ready(function() {
%= include '/include/js/issue';

// Initialize icon input
init_icon_input();
});
% end

Expand Down

0 comments on commit a432381

Please sign in to comment.