diff --git a/www/template.html b/www/template.html
index c437065..b7d50d9 100644
--- a/www/template.html
+++ b/www/template.html
@@ -3,7 +3,7 @@
- Bootstrap Skin: Eden
+ Yunohost Pull Requests Dashboard
@@ -17,14 +17,26 @@
background: #333333;
}
.container {
- width:1400px;
+ width:1300px;
}
- .pr-title {
+ .column-pr-id {
+ width:190px;
+ text-align:center;
+ }
+ .column-pr-title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 350px;
}
+ .column-pr-created {
+ width:170px;
+ }
+ .column-pr-labels {
+ }
+ .column-pr-reviews {
+ width:150px;
+ }
@@ -77,8 +89,8 @@
{% for pr in data.prs %}
-
-
+ {{ pr.id }} |
- {{ pr.title }} |
- {{ pr.createdDaysAgo }} days ago |
-
+ href="{{ pr.url }}">{{ pr.id }}
+ |
+ {{ pr.title }} |
+ {{ pr.createdDaysAgo }} days ago |
+
{% for label in pr.labels %}
{{ label }}
{% endfor %}
|
-
+ |
foo ✔
bar ✘
|