Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dantheta committed Aug 10, 2021
1 parent b644e7f commit 7cbca78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BlockedFrontend/templates/admin/ispreports_email.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h3>Site details</h3>
<p>No current status information</p>
{% endif %}

<div class="row">
<div class="row" style="margin-top: 0.5em">
<div class="col-md-6">
<a target="_blank" href="{{ url_for('site.site', url=url) }}" class="btn btn-link" title="View status page on the public site; opens in a new window">View site status on Blocked <span class="glyphicon glyphicon-share"></span></a>
</div>
Expand All @@ -103,7 +103,7 @@ <h3>Site details</h3>
</div>
</div>

<div style="padding-top: 0.5em" class="mt-2">
<div style="margin-top: 0.5em" class="mt-2">
<a href="" class="screenshot-modal center-block"><img src="{{ urlobj.get_screenshot_thumb_url() }}" style="max-height: 16em" class="img-responsive" title="{{ url }} screenshot {{ urlobj.get_screenshot_date() }}"/></a>
</div>

Expand Down

0 comments on commit 7cbca78

Please sign in to comment.