summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjakefeasel <jfeasel@gmail.com>2013-03-11 22:13:19 -0700
committerjakefeasel <jfeasel@gmail.com>2013-03-11 22:13:19 -0700
commitdde3e45f18c194dfc55106c79e1f6c80501a91f7 (patch)
treec68cc27e5b974efd7626e065725c90b975423807
parent3a9a19605e579083c5e1a9ccc4a081fac70e6006 (diff)
downloadsqlfiddle-dde3e45f18c194dfc55106c79e1f6c80501a91f7.zip
sqlfiddle-dde3e45f18c194dfc55106c79e1f6c80501a91f7.tar.gz
sqlfiddle-dde3e45f18c194dfc55106c79e1f6c80501a91f7.tar.bz2
Helpful links on the Text-to-DDL dialog
-rw-r--r--src/main/webapp/views/Fiddles/_textToDDL.cfm18
1 files changed, 12 insertions, 6 deletions
diff --git a/src/main/webapp/views/Fiddles/_textToDDL.cfm b/src/main/webapp/views/Fiddles/_textToDDL.cfm
index 7295fd2..fe10cca 100644
--- a/src/main/webapp/views/Fiddles/_textToDDL.cfm
+++ b/src/main/webapp/views/Fiddles/_textToDDL.cfm
@@ -11,10 +11,16 @@
<pre id="parseResults"></pre>
- </div>
- <div class="modal-footer">
- <a href="#" id="appendDDL" class="btn btn-primary">Append to DDL</a>
- <a href="#" id="parseDDL" class="btn">Test Parse</a>
- </div>
+ </div>
+ <div class="modal-footer">
+ <div class="pull-left">
+ <i class="icon-info-sign"></i>
+ <a href="http://dygraphs.com/date-formats.html" target="_blank">Date problems?</a>
+ |
+ <a href="https://github.com/jakefeasel/DDLBuilder/blob/master/ddl_builder/qunit/fixture.html" target="_blank">Example Input</a>
+ </div>
+ <a href="#" id="appendDDL" class="btn btn-primary">Append to DDL</a>
+ <a href="#" id="parseDDL" class="btn">Test Parse</a>
+ </div>
- </div>
+ </div>