From 02734f14ff2572538b3ece70b340e7c5283a29e4 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Fri, 4 Nov 2016 11:42:47 +0100 Subject: [PATCH] Capital letters for shot properties --- src/templates/attract/shots/view_shot_embed.jade | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/templates/attract/shots/view_shot_embed.jade b/src/templates/attract/shots/view_shot_embed.jade index ba8e0b3..93f6122 100644 --- a/src/templates/attract/shots/view_shot_embed.jade +++ b/src/templates/attract/shots/view_shot_embed.jade @@ -66,7 +66,7 @@ .table.item-properties .table-body .table-row - .table-cell Last update + .table-cell Last Update .table-cell(title="{{ shot._updated }}") span(role='button', data-toggle='collapse', @@ -78,19 +78,19 @@ | Created on {{ shot._created | pretty_date_time }} .table-row - .table-cell Used in edit - .table-cell(title="Whether this shot is used in the edit.") + .table-cell Used in Edit + .table-cell.text-capitalize(title="Whether this shot is used in the edit.") | {{ shot.properties.used_in_edit | yesno('yes,no,yes') }} .table-row .table-cell Cut-in .table-cell(title="Frame number of the first visible frame of this shot.") | at frame {{ shot.properties.cut_in_timeline_in_frames }} .table-row - .table-cell Trim start + .table-cell Trim Start .table-cell(title="How many frames were trimmed off the start of the shot in the edit.") | {{ shot.properties.trim_start_in_frames }} frames .table-row - .table-cell Duration in edit + .table-cell Duration in Edit .table-cell(title="Duration of the visible part of this shot.") | {{ shot.properties.duration_in_edit_in_frames }} frames