Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
<DModalBody @title="admin.api.scopes.allowed_urls">
<div>
<ul>
{{#each this.model.urls as |url|}}
<li>
<code>{{url}}</code>
</li>
{{/each}}
</ul>
</div>
</DModalBody>