mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-23 11:17:02 -04:00
fix missing vars
This commit is contained in:
parent
c7fc9e1878
commit
83a96bb823
3 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td title="Bookmarked timestamp: $timestamp">$date</td>
|
<td title="Bookmarked timestamp: $timestamp">$bookmarked_date</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="$files_url" title="Link Index">
|
<a href="$files_url" title="Link Index">
|
||||||
<img src="$favicon_url" onerror="this.src='static/spinner.gif'" class="link-favicon">
|
<img src="$favicon_url" onerror="this.src='static/spinner.gif'" class="link-favicon">
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
Type: $type<br/>
|
Type: $type<br/>
|
||||||
<br/>
|
<br/>
|
||||||
Bookmarked:<br/>
|
Bookmarked:<br/>
|
||||||
<span title="$timestamp">$bookmarked</span><br/>
|
<span title="$timestamp">$bookmarked_date</span><br/>
|
||||||
Archived:<br/>
|
Archived:<br/>
|
||||||
<span title="$updated">$updated_date</span><br/>
|
<span title="$updated">$updated_date</span><br/>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -172,7 +172,7 @@
|
||||||
<div class="site-header container-fluid">
|
<div class="site-header container-fluid">
|
||||||
<div class="row archive-page-header">
|
<div class="row archive-page-header">
|
||||||
<div class="col-lg-4 alert well">
|
<div class="col-lg-4 alert well">
|
||||||
Bookmarked: <small title="Timestamp: $timestamp">$date</small>
|
Bookmarked: <small title="Timestamp: $timestamp">$bookmarked_date</small>
|
||||||
|
|
|
|
||||||
Last updated: <small title="Timestamp: $updated">$updated_date</small>
|
Last updated: <small title="Timestamp: $updated">$updated_date</small>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue