diff options
author | jakefeasel <jfeasel@gmail.com> | 2013-03-11 22:13:19 -0700 |
---|---|---|
committer | jakefeasel <jfeasel@gmail.com> | 2013-03-11 22:13:19 -0700 |
commit | dde3e45f18c194dfc55106c79e1f6c80501a91f7 (patch) | |
tree | c68cc27e5b974efd7626e065725c90b975423807 | |
parent | 3a9a19605e579083c5e1a9ccc4a081fac70e6006 (diff) | |
download | sqlfiddle-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.cfm | 18 |
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> |