From ef0b9d1c310064d5bb6216a7460f2a49a52a8848 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksander=20=C5=81ukasz?= Date: Tue, 27 May 2014 16:16:47 +0200 Subject: [PATCH 1/1] Editor update - move version number to summary view --- apps/wiki/static/wiki/editor | 2 +- apps/wiki/templates/wiki/bootstrap.html | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/wiki/static/wiki/editor b/apps/wiki/static/wiki/editor index 24f82f20..29a9bfd9 160000 --- a/apps/wiki/static/wiki/editor +++ b/apps/wiki/static/wiki/editor @@ -1 +1 @@ -Subproject commit 24f82f204feceecca2d05e1b2c9a07f7146642cc +Subproject commit 29a9bfd9b61771b41ca18de2a53b672cb3c07cf1 diff --git a/apps/wiki/templates/wiki/bootstrap.html b/apps/wiki/templates/wiki/bootstrap.html index c5be80de..211ffb19 100644 --- a/apps/wiki/templates/wiki/bootstrap.html +++ b/apps/wiki/templates/wiki/bootstrap.html @@ -255,8 +255,9 @@ documentSummaryView: { title: '{% trans 'Informations about lesson' %}', properties: [ + {name: 'version', label: '{% trans 'Version' %}'}, {name: 'stage', label: '{% trans 'Stage' %}'}, - {name: 'assignment', label: '{% trans 'Assignment' %}'} + {name: 'assignment', label: '{% trans 'Assignment' %}'}, ] }, -- 2.20.1