diff --git a/src/main/handlebars/group.handlebars b/src/main/handlebars/group.handlebars index e9406fc..a7620f5 100755 --- a/src/main/handlebars/group.handlebars +++ b/src/main/handlebars/group.handlebars @@ -18,7 +18,7 @@
- {{> components/editor id="post" field="body"}} + {{> traits/editor id="post" field="body"}}
@@ -48,7 +48,7 @@ {{#*inline "edit"}}
- {{> components/editor id=_id field="body" value=body}} + {{> traits/editor id=_id field="body" value=body}}
@@ -58,7 +58,7 @@ {{/inline}} {{#*inline "update"}} - {{> components/editor id=_id field="description" value=description}} + {{> traits/editor id=_id field="description" value=description}}
diff --git a/src/main/handlebars/index.handlebars b/src/main/handlebars/index.handlebars index 06e29a9..72d6099 100755 --- a/src/main/handlebars/index.handlebars +++ b/src/main/handlebars/index.handlebars @@ -39,7 +39,7 @@
- {{> components/editor id="group" field="description"}} + {{> traits/editor id="group" field="description"}}
diff --git a/src/main/handlebars/components/editor.handlebars b/src/main/handlebars/traits/editor.handlebars similarity index 100% rename from src/main/handlebars/components/editor.handlebars rename to src/main/handlebars/traits/editor.handlebars