mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-24 08:02:18 +02:00
fixed formatting issue on repo edit screen
This commit is contained in:
parent
1ac990146a
commit
c86c2ed237
@ -87,7 +87,7 @@
|
||||
<h2>Status Badge</h2>
|
||||
</div>
|
||||
<div class="pure-u-1">
|
||||
<div class="markdown">{{ repo | badgeMarkdown }}</div>
|
||||
<pre class="markdown">{{ repo | badgeMarkdown }}</pre>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
@ -97,7 +97,7 @@
|
||||
<div class="pure-u-1">
|
||||
<div>
|
||||
<h2>Public Key</h2>
|
||||
<pre class="key">{{ repo.public_key }}</pre>
|
||||
<pre class="key">{{ repo.public_key }}</pre>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user