Commit 35aa9bc7 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Add link to Components guide from @template box.

parent ca46d72d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -13,7 +13,8 @@ module JsDuck::Tag
    def to_html(contents)
      <<-EOHTML
      <div class='signature-box template'>
      <p>This is a template method. A hook into the functionality of this class.
      <p>This is a <a href="#!/guide/components">template method</a>.
         a hook into the functionality of this class.
         Feel free to override it in child classes.</p>
      </div>
      EOHTML