Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xblock-drag-and-drop-v2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
xblock-drag-and-drop-v2
Commits
e9a7a3ff
Commit
e9a7a3ff
authored
Feb 16, 2016
by
Jillian Vogel
Committed by
Jonathan Piacenti
Feb 19, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix minor merge typo in zone edit js template
parent
9e37786e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
drag_and_drop_v2/templates/html/js_templates.html
+4
-4
No files found.
drag_and_drop_v2/templates/html/js_templates.html
View file @
e9a7a3ff
...
@@ -59,19 +59,19 @@
...
@@ -59,19 +59,19 @@
class
=
"align-select"
class
=
"align-select"
aria
-
describedby
=
"zone-align-description"
>
aria
-
describedby
=
"zone-align-description"
>
<
option
value
=
""
<
option
value
=
""
{{
#
ifeq
align
""
}}
selected
{{
/
ifeq
}}
>
{{
#
ifeq
zone
.
align
""
}}
selected
{{
/
ifeq
}}
>
{{
i18n
"none"
}}
{{
i18n
"none"
}}
<
/option
>
<
/option
>
<
option
value
=
"left"
<
option
value
=
"left"
{{
#
ifeq
align
"left"
}}
selected
{{
/
ifeq
}}
>
{{
#
ifeq
zone
.
align
"left"
}}
selected
{{
/
ifeq
}}
>
{{
i18n
"left"
}}
{{
i18n
"left"
}}
<
/option
>
<
/option
>
<
option
value
=
"center"
<
option
value
=
"center"
{{
#
ifeq
align
"center"
}}
selected
{{
/
ifeq
}}
>
{{
#
ifeq
zone
.
align
"center"
}}
selected
{{
/
ifeq
}}
>
{{
i18n
"center"
}}
{{
i18n
"center"
}}
<
/option
>
<
/option
>
<
option
value
=
"right"
<
option
value
=
"right"
{{
#
ifeq
align
"right"
}}
selected
{{
/
ifeq
}}
>
{{
#
ifeq
zone
.
align
"right"
}}
selected
{{
/
ifeq
}}
>
{{
i18n
"right"
}}
{{
i18n
"right"
}}
<
/option
>
<
/option
>
<
/select
>
<
/select
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment