Skip to content

Commit

Permalink
Fixup whitespace (#1165)
Browse files Browse the repository at this point in the history
  • Loading branch information
janbrasna authored Apr 5, 2024
1 parent 386f18e commit a2e3936
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions theme/breadcrumbs.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
{% endif %}
{% endset %}

{% set edit_docs_file_url %}
{%- if "actions/" in page.file.src_path %}
{% set edit_docs_file_url -%}
{%- if "actions/" in page.file.src_path -%}
{{ config.extra.fastlane_repo_base_edit_uri }}/{{ page.file.src_path|string|safe|replace(".md", ".rb") }}
{%- elif page.edit_url %}
{%- elif page.edit_url -%}
{{ page.edit_url }}
{%- endif %}
{% endset %}
{%- endset %}

<a href="{{ edit_docs_file_url }}" {{ icon_class_block }}>Edit on {{ config.repo_name }}</a>
<a href="{{ edit_docs_file_url }}" {{ icon_class_block }}> Edit on {{ config.repo_name }}</a>

{%- endblock %}
</li>
Expand Down

0 comments on commit a2e3936

Please sign in to comment.