Skip to content

Commit

Permalink
Slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorSviridenko committed Dec 18, 2022
1 parent 2e4f201 commit 203606c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ui/layout.htm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/main.css">
<link href="/css/prism.min.css" rel="stylesheet" />
<link href="/css/prism.min.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
Expand Down
8 changes: 4 additions & 4 deletions ui/manage_composer/index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
- <a href="?composer=self_update">Self-update</a>
</p>

<hr />
<hr>
<check if="{{ @command_return }}">
<h2>Command Return Value</h2>
<pre style="background-color:black; color:white; padding: 8px">{{ @command_return }}</pre>
</check>

<hr />
<hr>

<form method="get">
<input type="hidden" value="" name="package_cmd">
Expand All @@ -35,7 +35,7 @@ <h2>Command Return Value</h2>
</p>
</form>

<hr />
<hr>

<form method="get">
<input type="hidden" value="" name="repository_cmd">
Expand All @@ -47,7 +47,7 @@ <h2>Command Return Value</h2>
</p>
</form>

<hr />
<hr>

<form method="get">
<p><strong>Other command</strong> :
Expand Down
2 changes: 1 addition & 1 deletion ui/plugins/_project.htm
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ <h3>{{ @project.title }}</h3>
<iframe src="https://ghbtns.com/github-btn.html?user={{ explode('/', @package)[0] }}&repo={{ explode('/', @package)[1] }}&type=star&count=true&size=large" frameborder="0" scrolling="0" width="170" height="30" title="GitHub" class="position-absolute" style="top: -19px;"></iframe>
</div>
</check>
<hr/>
<hr>

0 comments on commit 203606c

Please sign in to comment.