Sha256: 82d91c30af23098cccaec5cee841a55b85b992acb1dbfaad377ad34c7a294942

Contents?: true

Size: 189 Bytes

Versions: 3

Compression:

Stored size: 189 Bytes

Contents

class NavigationLinks < LucidComponent::Base
  render do
    P do
      Link(to: '/') { 'Hello World!' }
      SPAN " | "
      Link(to: '/welcome') { 'Welcome!' }
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
isomorfeus-2.0.0.rc3 lib/isomorfeus/installer/templates/navigation_links.rb.erb
isomorfeus-2.0.0.rc2 lib/isomorfeus/installer/templates/navigation_links.rb.erb
isomorfeus-2.0.0.rc1 lib/isomorfeus/installer/templates/navigation_links.rb.erb