Skip to content

Commit

Permalink
adapt changes from bug/ARXIVNG-1797 to address alignment of feedback …
Browse files Browse the repository at this point in the history
…div [HOTFIX]
  • Loading branch information
mhl10 committed Feb 21, 2019
1 parent 38affb4 commit b76a7e2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions browse/templates/abs/abs.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,16 +131,16 @@ <h2>Submission history</h2> From: {{ abs_meta.submitter.name|tex_to_utf if abs_m
{{ generate_version_entry(version_entry, abs_meta.version) }}
{%- endfor -%}
</div>
<div class="endorsers"><a href="{{url_for('.show_endorsers',arxiv_id=abs_meta.arxiv_id)}}">Which authors of this paper are endorsers?</a> | <a id="mathjax_toggle" href="javascript:setMathjaxCookie()">Disable MathJax</a> (<a href="{{url_for('help_mathjax')}}">What is MathJax?</a>)
<span class="help" style="display: inline-block; font-style: normal; float: right"><a href="https://confluence.cornell.edu/x/MjmLFQ">Browse v0.1 released 2018-10-22</a>&nbsp;&nbsp;<button class="button is-small" id="feedback-button">Feedback?</button></span>
</div>
<script type="text/javascript" language="javascript">mathjaxToggle();</script>
{#- The following supports the arXiv Labs Bibliographic Explorer project: https://labs.arxiv.org/projects/bibexplorer -#}
{% if config['LABS_BIBEXPLORER_ENABLED'] %}
<script src="/bibex/bibex.js?20181010" type="text/javascript" defer></script>
{% endif %}
</div>
<!--end leftcolumn-->
<div class="endorsers"><a href="{{url_for('.show_endorsers',arxiv_id=abs_meta.arxiv_id)}}">Which authors of this paper are endorsers?</a> | <a id="mathjax_toggle" href="javascript:setMathjaxCookie()">Disable MathJax</a> (<a href="{{url_for('help_mathjax')}}">What is MathJax?</a>)
<span class="help" style="display: inline-block; font-style: normal; float: right; margin-top: 0; margin-right: 1em;"><a href="https://confluence.cornell.edu/x/MjmLFQ">Browse v0.1 released 2018-10-22</a>&nbsp;&nbsp;<button class="button is-small" id="feedback-button">Feedback?</button></span>
</div>
<script type="text/javascript" language="javascript">mathjaxToggle();</script>
{#- The following supports the arXiv Labs Bibliographic Explorer project: https://labs.arxiv.org/projects/bibexplorer -#}
{% if config['LABS_BIBEXPLORER_ENABLED'] %}
<script src="/bibex/bibex.js?20181010" type="text/javascript" defer></script>
{% endif %}
</div>
{% endblock content %}

Expand Down

0 comments on commit b76a7e2

Please sign in to comment.