Skip to content

Commit

Permalink
Cleaning up.
Browse files Browse the repository at this point in the history
  • Loading branch information
niclash committed Feb 20, 2021
1 parent 5e19ae9 commit 678eb50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</head>
<body ng-controller="RootCtrl">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="#"><img alt="pony logo" width="64" height="50" src="images/Main-galloping .svg"
<a class="navbar-brand" href="#"><img alt="pony logo" width="64" height="50" src="images/Main-galloping.svg"
class="d-inline-block align-top"/>&nbsp;&nbsp;&nbsp;Pony Hub</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup"
aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
Expand Down
1 change: 0 additions & 1 deletion src/main/webapp/project/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ angular.module('ponyhub.view_project', ['ngRoute'])
$scope.projectData = response;
$log.info("Fetched project.", $scope.projectData);
$scope.rendered = marked($scope.projectData._source.readMe);
$log.info("Readme content.", $scope.rendered);
document.getElementById("readme").innerHTML = $scope.rendered;
}
});
Expand Down

0 comments on commit 678eb50

Please sign in to comment.