From c59504067b87b8bb1f73f503bc04802a29b94979 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Sun, 15 Feb 2015 15:29:40 -0600 Subject: [PATCH] fixed some text --- applications/admin/views/default/edit.html | 5 +---- applications/examples/views/default/index.html | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/applications/admin/views/default/edit.html b/applications/admin/views/default/edit.html index 12278426..54bc43ac 100644 --- a/applications/admin/views/default/edit.html +++ b/applications/admin/views/default/edit.html @@ -218,10 +218,7 @@ $(document).on('click', 'a.font_button', function (e) {
{{=button(URL('design',args=request.vars.app if request.vars.app else request.args[0], anchor=request.vars.id), T('back'))}} - {{#if request.args[1]=='models':}} - {{=T('online designer')}} - {{#pass}} - {{=T('docs')}} + {{=T('docs')}}
diff --git a/applications/examples/views/default/index.html b/applications/examples/views/default/index.html index 89cb10a8..d6722621 100644 --- a/applications/examples/views/default/index.html +++ b/applications/examples/views/default/index.html @@ -60,7 +60,7 @@ random.shuffle(quotes)

Extensive Docs

-

Start with some quick examples, then read the manual, watch videos, and join a user group for discussion. Take advantage of the layouts, plugins, appliances, and recipes.

+

Start with some quick examples, then read the manual and the Sphinx docs, watch videos, and join a user group for discussion. Take advantage of the layouts, plugins, appliances, and recipes.