mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:45:56 +00:00
reduce plugin installer entry height
This commit is contained in:
@@ -452,6 +452,9 @@ const Helpers = {
|
||||
|
||||
container.innerHTML += `
|
||||
<li data-row-value="${App.escapeHtml(plugin.name)}">
|
||||
${App.FormFields.button_tag(__('Install plugin'), "", {class: 'alt-primary pull-right',
|
||||
onclick: `App.dialogOf(this).performInstall("${App.escapeHtml(plugin.name)}")`})}
|
||||
|
||||
<h3 style="margin-top: 0">${plugin.name}
|
||||
<a target="_blank" href="${App.escapeHtml(plugin.html_url)}">
|
||||
${App.FormFields.icon("open_in_new_window")}
|
||||
@@ -460,9 +463,6 @@ const Helpers = {
|
||||
|
||||
<p>${plugin.description}</p>
|
||||
|
||||
${App.FormFields.button_tag(__('Install plugin'), "", {class: 'alt-primary',
|
||||
onclick: `App.dialogOf(this).performInstall("${App.escapeHtml(plugin.name)}")`})}
|
||||
|
||||
<hr/>
|
||||
</li>
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user