fixed formatting issue on repo edit screen
This commit is contained in:
parent
1ac990146a
commit
c86c2ed237
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue