Skip to content

Commit

Permalink
Sources renamed to Account in breadcrumb
Browse files Browse the repository at this point in the history
  • Loading branch information
dhakim87 committed Jun 3, 2020
1 parent 8b1af2e commit fbe7313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microsetta_private_api/templates/source.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
</script>
{% endblock %}
{% block breadcrumb %}
<li class="breadcrumb-item"><a href="/accounts/{{acct_id}}">Sources</a></li>
<li class="breadcrumb-item"><a href="/accounts/{{acct_id}}">Account</a></li>
<li class="breadcrumb-item"><a>{{source_name}}</a></li>
{% endblock %}
{% block content %}
Expand Down

0 comments on commit fbe7313

Please sign in to comment.