14731 review changes

This commit is contained in:
Arthur Hanson 2024-07-24 13:35:28 +07:00
parent 845bfbd08a
commit 6b16388c54

View File

@ -55,34 +55,15 @@
<div class="col col-md-12">
<div class="card">
<h5 class="card-header">{% trans "Author" %}</h5>
<table class="table table-hover attr-table">
<tr>
<th scope="row">{% trans "Author" %}</th>
<td>{{ plugin.author.name }}</td>
</tr>
<tr>
<th scope="row">{% trans "Org id" %}</th>
<td>{{ plugin.author.org_id|placeholder }}</td>
</tr>
<tr>
<th scope="row">{% trans "URL" %}</th>
<td>{{ plugin.author.url|urlize|placeholder }}</td>
</tr>
</table>
</div>
<div class="card">
<h5 class="card-header">{% trans "Plugin" %}</h5>
<table class="table table-hover attr-table">
<tr>
<th scope="row">{% trans "Name" %}</th>
<td>{{ plugin.title_short }}</td>
</tr>
<tr>
<th scope="row">{% trans "Tag line" %}</th>
<td>{{ plugin.tag_line|placeholder }}</td>
</tr>
<tr>
<th scope="row">{% trans "License" %}</th>
<td>{{ plugin.license_type }}</td>
@ -91,10 +72,6 @@
<th scope="row">{% trans "Description" %}</th>
<td>{{ plugin.description_short|markdown }}</td>
</tr>
<tr>
<th scope="row">{% trans "URL" %}</th>
<td>{{ plugin.homepage_url|urlize|placeholder }}</td>
</tr>
<tr>
<th scope="row">{% trans "Certified" %}</th>
<td>{% checkmark plugin.is_certified %}</td>