Visual improvisations and added link to Yahoo Finance for easier browsing.
This commit is contained in:
@@ -62,9 +62,11 @@
|
||||
<td class="financials">{{ ticker.market_cap | format_mc }}</td>
|
||||
<td class="financials">
|
||||
{% if ticker.closing_price %}
|
||||
${{ "%.2f"|format(ticker.closing_price) }}
|
||||
<a href="https://finance.yahoo.com/quote/{{ ticker.symbol }}/" target="_blank" title="View on Yahoo Finance">
|
||||
${{ "%.2f"|format(ticker.closing_price) }}
|
||||
</a>
|
||||
{% else %}
|
||||
N/A
|
||||
N/A
|
||||
{% endif %}
|
||||
</td>
|
||||
</tr>
|
||||
@@ -76,8 +78,8 @@
|
||||
</tbody>
|
||||
</table>
|
||||
<footer>
|
||||
<div class="brand-name">RSTAT</div>
|
||||
<div class="brand-subtitle">Reddit Stock Analysis Tool</div>
|
||||
<div class="brand-name">r/rstat</div>
|
||||
<div class="brand-subtitle">visit us for more.</div>
|
||||
</footer>
|
||||
</div>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user