Commit 88b2176a8ffa1494ee08d764d8ecf71cc9d9da70

Authored by Sergio Oliveira
1 parent 38398717

Moved dashboard-message-preview to message-preview

Signed-off-by: Daniel Henrique <danielhmarinho@gmail.com>
Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com>
Signed-off-by: Matheus Faria <matheus.sousa.faria@gmail.com>
Signed-off-by: Sergio Oliveira <seocam@seocam.com>
colab/search/templates/dashboard-message-preview.html
... ... @@ -1,3 +0,0 @@
1   -{% load i18n tz highlight search_preview_templates %}
2   -{% get_dashboard_search_preview_templates result as template_target %}
3   -{% include template_target %}
colab/search/templates/message-preview.html 0 → 100644
... ... @@ -0,0 +1,3 @@
  1 +{% load i18n tz highlight search_preview_templates %}
  2 +{% get_dashboard_search_preview_templates result as template_target %}
  3 +{% include template_target %}
... ...