Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
onukura committed Aug 18, 2020
1 parent 9d767b3 commit 1cc12a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/resources/embedding/assets/entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ $(function(){
"<style>.prettyprint ol{word-wrap:normal;} .prettyprint ol.linenums > li {list-style-type:decimal;}</style>",
"<div class='panel panel-default'>",
"<div class='panel-heading' style='font-size:12px; padding:5px; padding-left:15px;'>",
"<span><b><a href="+ url + ">" + repo + "/" + filename + "</a></b></span>",
"<br>",
"<span><b><a href="+ url + ">" + repo + "/" + filename + "</a></b></span><br>",
"<span style='color: gray'>Lines " + lineStartNum + " to " + lineEndNum + " in </span>",
"<span style='font-size:11px;'><a href=" + commitUrl + ">" + commit + "</a></span>",
"</div>",
Expand Down

0 comments on commit 1cc12a3

Please sign in to comment.