Capital letters for shot properties
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user