Skip to content

Commit

Permalink
Merge pull request apache#4891 from mbien/hide-broken-template-link
Browse files Browse the repository at this point in the history
hide template link as last resort if it appears to be broken.
  • Loading branch information
neilcsmith-net authored Oct 31, 2022
2 parents 67a34d3 + 4bc583f commit 7d65443
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
${licenseFirst!""}
${licensePrefix}Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
<#if !.data_model["org.openide.filesystems.FileObject"].getPath()?contains("{") >
${licensePrefix}Click nbfs://nbhost/SystemFileSystem/${.data_model["org.openide.filesystems.FileObject"].getPath()} to edit this template
</#if>
${licenseLast!""}

0 comments on commit 7d65443

Please sign in to comment.