Skip to content

Commit

Permalink
Minor cosmetic cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
davebx committed Jan 28, 2016
1 parent 5937e17 commit 210d6e6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion templates/admin/tool_shed_repository/preview_repository.mako
Expand Up @@ -345,8 +345,13 @@ div.expandLink {
div.changeset {
padding: 5px 10px 5px 10px;
}
.container-table {
padding-top: 1em;
}
ul.jstree-container-ul {
margin-top: 1em;
}
</style>
<!-- <pre>${json.dumps(toolshed_data, indent=2)}</pre> -->
<h2 style="font-weight: normal;">Installing repository <strong>${toolshed_data['name']}</strong> from <strong>${toolshed_data['owner']}</strong></h2>
<form id="repository_installation" method="post" action="${h.url_for(controller='/api/tool_shed_repositories', action='install', async=True)}">
<input type="hidden" id="tsr_id" name="tsr_id" value="${toolshed_data['id']}" />
Expand Down

0 comments on commit 210d6e6

Please sign in to comment.