Download:
child 84:4f2bfc44855a
parent 82:96d4858f3d3f
83:4f16241937e7
Anton Shestakov <av6@dwimlabs.net>, Sat, 02 Jul 2016 15:02:47 +0800
viewer: move clone url to the top of the properties list in project.html

1 файлов изменено, 2 вставок(+), 2 удалений(-) [+]
templates/project.html file | annotate | diff | comparison | revisions
--- a/templates/project.html Sat Jul 02 13:10:27 2016 +0800
+++ b/templates/project.html Sat Jul 02 15:02:47 2016 +0800
@@ -8,12 +8,12 @@
<img src="{{ project.get_url() }}/status.svg" alt="Lint Status">
{% include ui/codes.html %}
<dl class="uk-description-list-horizontal list-terse">
+ <dt>Clone URL:</dt>
+ <dd>{{ project.url }}</dd>
{% if checks %}
<dt>Last check:</dt>
<dd>{% module Time(checks[0].finished) %}</dd>
{% end %}
- <dt>Clone URL:</dt>
- <dd>{{ project.url }}</dd>
</dl>
<table class="uk-table uk-table-middle">
<tbody>