Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Oct 4, 2017
2 parents be78ea0 + 8bf78ae commit 1ed8458
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion common/constants.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
EMPTY_SEARCH_MSG = {
'home_stream': "Broaden your search filters or find friends to follow by <a href='/getting_started#startfollowing'>getting some suggestions</a> or <a href='/accounts/profile/sync_twitter'>connecting your Twitter account</a> to get more results.",
'self_profile_stream': "You don't have any history yet! <a href='https://chrome.google.com/webstore/detail/eyebrowse/oflkaagnlafloigknnlbcnejmfkpnnmo' target='_blank'>Download the extension</a> to start collecting data and <a href='/getting_started'>add sites that you want to track to your sharelist</a>.",
'self_profile_stream': "You don't have any history yet! <a href='https://chrome.google.com/webstore/detail/eyebrowse/akhbhgcioeledicnkpmjpmkkecohhicf' target='_blank'>Download the extension</a> to start collecting data and <a href='/getting_started'>add sites that you want to track to your sharelist</a>.",
'profile_stream': """No history data for this user yet, come back soon!""",
'self_following': """You aren't following anyone yet! <a href='/getting_started#startfollowing'>Get suggestions for people to follow</a> or <a href='/accounts/profile/sync_twitter'>connect your Twitter account</a>.""",
'following': """This user isn't following anyone just yet.""",
Expand Down
2 changes: 1 addition & 1 deletion common/templates/common/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
<li> <a>|</a> </li>
<li>
<a
href="https://chrome.google.com/webstore/detail/eyebrowse/oflkaagnlafloigknnlbcnejmfkpnnmo"
href="https://chrome.google.com/webstore/detail/eyebrowse/akhbhgcioeledicnkpmjpmkkecohhicf"
target="_blank">
<img width=16 height=16 src='{% static "common/img/chrome-logo.png" %}'>
Get the Chrome Extension &raquo;
Expand Down
2 changes: 1 addition & 1 deletion common/templates/common/getting_started.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h2> Getting Started</h2>
<p>
<h4>Start Tracking Your Data</h4>
If you're interested in tracking your visits to certain pages, you'll need to install the
<a href="https://chrome.google.com/webstore/detail/eyebrowse/oflkaagnlafloigknnlbcnejmfkpnnmo" target="_blank">
<a href="https://chrome.google.com/webstore/detail/eyebrowse/akhbhgcioeledicnkpmjpmkkecohhicf" target="_blank">
<img width=20 height=20 src='{% static "common/img/chrome-logo.png" %}'>
Chrome extension</a>
from the Chrome webstore.
Expand Down
4 changes: 2 additions & 2 deletions common/templates/common/snippets/download_links.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

<div class="chrome span3">
<img class="ext-icon" src='{% static "common/img/chrome-logo.png" %}'>
<a class="btn btn-large" href="https://chrome.google.com/webstore/detail/eyebrowse/oflkaagnlafloigknnlbcnejmfkpnnmo" target="_blank">Get it for Chrome &raquo;</a>
<a class="btn btn-large" href="https://chrome.google.com/webstore/detail/eyebrowse/akhbhgcioeledicnkpmjpmkkecohhicf" target="_blank">Get it for Chrome &raquo;</a>
</div>
<!--
<div class="firefox span3">
<img class="ext-icon" src='{% static "common/img/firefox-logo.png" %}'>
<a class="btn btn-large" target="_blank" href="https://addons.mozilla.org/en-US/firefox/addon/eyebrowse/">Get it for Firefox &raquo;</a>
</div>
-->
-->
2 changes: 1 addition & 1 deletion common/templates/common/snippets/home_buttons.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<a class="btn btn-primary btn-large" href="/accounts/register/">Register</a>
<a class="btn btn-primary btn-large" <a href="{% url django.contrib.auth.views.login %}">Login</a>
<a class="btn btn-primary btn-large" href="/live_stream/?filter=firehose"> View Live Stream </a>
<a href="https://chrome.google.com/webstore/detail/eyebrowse/oflkaagnlafloigknnlbcnejmfkpnnmo" target="_blank">
<a href="https://chrome.google.com/webstore/detail/eyebrowse/akhbhgcioeledicnkpmjpmkkecohhicf" target="_blank">
<img class="ext-icon" src='{% static "common/img/chrome-logo.png" %}'> Get it for Chrome &raquo;
</a>
2 changes: 1 addition & 1 deletion live_stream/templates/live_stream/subnav_footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="content med">
<div class="stat-links">
<img width=16 height=16 src='{% static "common/img/chrome-logo.png" %}'>
<a href="https://chrome.google.com/webstore/detail/eyebrowse/oflkaagnlafloigknnlbcnejmfkpnnmo" target="_blank">Get the Chrome Extension &raquo;</a>
<a href="https://chrome.google.com/webstore/detail/eyebrowse/akhbhgcioeledicnkpmjpmkkecohhicf" target="_blank">Get the Chrome Extension &raquo;</a>
<br />
<br />
<a href="/about">About</a> &nbsp;|&nbsp; <a href="/faq">FAQ</a> &nbsp;| &nbsp;<a href="/api_docs">API</a>
Expand Down

0 comments on commit 1ed8458

Please sign in to comment.