Switched icon to pencil for edit link

This commit is contained in:
Jesse Griffin 2018-02-16 08:55:42 -05:00
parent c8daebd7ae
commit 4478748ab5
1 changed files with 2 additions and 2 deletions

View File

@ -40,9 +40,9 @@
{% if display_github %}
{% if check_meta and 'github_url' in meta %}
<!-- User defined GitHub URL -->
<a href="{{ meta['github_url'] }}" class="fa fa-github"> {{ _('Edit on DCS') }}</a>
<a href="{{ meta['github_url'] }}" class="fa fa-pencil"> {{ _('Edit on DCS') }}</a>
{% else %}
<a href="https://{{ github_host|default("github.com") }}/{{ github_user }}/{{ github_repo }}/{{ theme_vcs_pageview_mode|default("blob") }}/{{ github_version }}{{ conf_py_path }}{{ pagename }}{{ suffix }}" class="fa fa-github"> {{ _('Edit on GitHub') }}</a>
<a href="https://{{ github_host|default("github.com") }}/{{ github_user }}/{{ github_repo }}/{{ theme_vcs_pageview_mode|default("blob") }}/{{ github_version }}{{ conf_py_path }}{{ pagename }}{{ suffix }}" class="fa fa-pencil"> {{ _('Edit on DCS') }}</a>
{% endif %}
{% elif display_bitbucket %}
{% if check_meta and 'bitbucket_url' in meta %}