# HG changeset patch # User rougeronj # Date 1427215531 -3600 # Node ID 160c3d2633f4b5ac2a91db7561f2152aeb3d7149 # Parent cf8c306ab902ca8c5bc883223dc22fb9a7e57402 moove dataEditor to slides component diff -r cf8c306ab902 -r 160c3d2633f4 client/app/slides/dataEditor.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/client/app/slides/dataEditor.html Tue Mar 24 17:45:31 2015 +0100 @@ -0,0 +1,14 @@ +
+
+

{{slide.user_title}}

+

{{slide.user_description}}

+

{{slide.tags.join(', ')}}

+

+
+
+ + + +

+
+
\ No newline at end of file diff -r cf8c306ab902 -r 160c3d2633f4 client/app/slideshow/dataEditor.html --- a/client/app/slideshow/dataEditor.html Tue Mar 24 17:44:22 2015 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,14 +0,0 @@ -
-
-

{{slide.user_title}}

-

{{slide.user_description}}

-

{{slide.tags.join(', ')}}

-

-
-
- - - -

-
-
\ No newline at end of file