diff --git a/templates/challenge.lucius b/templates/challenge.lucius index 56d16ea..b7e171f 100644 --- a/templates/challenge.lucius +++ b/templates/challenge.lucius @@ -14,3 +14,20 @@ height: 400px; margin: auto; } + +.timeline-box { + padding-top: 20px +} + +.timeline-item { + padding-bottom: 40px +} + +.timeline-item-thumbnail { + padding:0px; +} +.timeline-item-panel { +} +.timeline-item-panel-heading { + padding-bottom: 13px +} diff --git a/templates/timeline-item.hamlet b/templates/timeline-item.hamlet new file mode 100644 index 0000000..d7f79d1 --- /dev/null +++ b/templates/timeline-item.hamlet @@ -0,0 +1,12 @@ +$case item + $of TimelineItem when who what +
+
+
+ +
+
+
+ #{formatSubmitter who} +   #{formatTime defaultTimeLocale "%Y-%m-%d %H:%M" when} +
#{what}