Skip to content

Commit

Permalink
Use colons consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
cpina committed Nov 24, 2020
1 parent fc46ddc commit e1541b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{% block main_contents %}
<h1>Datapackage detail</h1>
<strong>Name:</strong> {% include 'core/_value-or-dash.html' with value=datapackage.name only %}<br>
<strong>Status</strong>: {{ datapackage.status }}<br>
<strong>Status:</strong> {{ datapackage.status }}<br>
<strong>Collaborators: </strong>
{% include 'management/_collaborators-enumeration.html' with collaborators=datapackage.collaborators_sorted only %}
<p></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% block title %}Datapackage{% endblock %}
{% block main_contents %}
<h1>Datapackage</h1>
Name:<br>
Name<br>
<div class="row">
<div class="col-6">
<div class="border">{{ datapackage.name }}</div>
Expand Down

0 comments on commit e1541b7

Please sign in to comment.