diff options
author | jakefeasel <jfeasel@gmail.com> | 2014-08-29 22:31:49 -0700 |
---|---|---|
committer | jakefeasel <jfeasel@gmail.com> | 2014-08-29 22:31:49 -0700 |
commit | 5a08e2dc2f5c1a2bf9720626ca527682af33cc61 (patch) | |
tree | 3db42d97f9cceef43f08cd1d64039184f05bf2ee /src/main/webapp | |
parent | f76eb0ab036f9336aeb1312223095c4c18e3bdbd (diff) | |
download | sqlfiddle-master.zip sqlfiddle-master.tar.gz sqlfiddle-master.tar.bz2 |
Diffstat (limited to 'src/main/webapp')
-rw-r--r-- | src/main/webapp/javascripts/fiddle_backbone/templates/queryTabularOutput.html | 2 | ||||
-rw-r--r-- | src/main/webapp/views/layout.cfm | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/main/webapp/javascripts/fiddle_backbone/templates/queryTabularOutput.html b/src/main/webapp/javascripts/fiddle_backbone/templates/queryTabularOutput.html index ca0e8a6..2475c03 100644 --- a/src/main/webapp/javascripts/fiddle_backbone/templates/queryTabularOutput.html +++ b/src/main/webapp/javascripts/fiddle_backbone/templates/queryTabularOutput.html @@ -43,7 +43,7 @@ {{#if ../../../schemaDef/dbType/isSQLServer}} <tr> - <td><a href="index.cfm/Fiddles/getSQLPlan?db_type_id={{../../../../schemaDef/dbType/id}}&short_code={{../../../../schemaDef/short_code}}&query_id={{../../../../id}}&id={{index}}">Download .sqlplan</a> | <a href="http://www.sqlsentry.net/plan-explorer/sql-server-query-view.asp?ad=201208-sqlfiddle-pe" target="_new">Download SQL Sentry Plan Explorer (free)</a></td> + <td><a href="index.cfm/Fiddles/getSQLPlan?db_type_id={{../../../../schemaDef/dbType/id}}&short_code={{../../../../schemaDef/short_code}}&query_id={{../../../../id}}&id={{index}}">Download .sqlplan</a> | <a href="https://www.sqlsentry.com/products/plan-explorer/sql-server-query-view?ad=201208-sqlfiddle-pe" target="_new">Download SQL Sentry Plan Explorer (free)</a></td> </tr> {{/if}} diff --git a/src/main/webapp/views/layout.cfm b/src/main/webapp/views/layout.cfm index 6d77798..d845210 100644 --- a/src/main/webapp/views/layout.cfm +++ b/src/main/webapp/views/layout.cfm @@ -139,7 +139,7 @@ <div id="hosting"> <ul id="hostingPartners"> - <li id="sqlsentry"><a href="http://www.sqlsentry.net/download-trial/landing/complete.asp?ad=201208-sqlfiddle" target="_new"><img src="images/sqlsentry/0<cfoutput>#RandRange(0,4)#</cfoutput>.jpg" alt="SQL Sentry"></a></li> + <li id="sqlsentry"><a href="https://www.sqlsentry.com/download-trial/trial?ad=201404-sqlfiddle" target="_new"><img src="images/sqlsentry/0<cfoutput>#RandRange(0,4)#</cfoutput>.jpg" alt="SQL Sentry"></a></li> <li id="csi"><a href="http://www.collectserver.info/" target="_new"><img src="images/collectserver_info.png" alt="CollectServer.info - Easy Server Health Monitoring"></a></li> </ul> @@ -161,4 +161,4 @@ })(); </script> </body> -</html>
\ No newline at end of file +</html> |