lib/isomorfeus/installer/templates/navigation_links.rb.erb in isomorfeus-1.0.0.zeta25 vs lib/isomorfeus/installer/templates/navigation_links.rb.erb in isomorfeus-2.0.0.rc1
- old
+ new
@@ -1,9 +1,9 @@
-class NavigationLinks < LucidComponent::Base
- render do
- P do
- Link(to: '/') { 'Hello World!' }
- SPAN " | "
- Link(to: '/welcome') { 'Welcome!' }
- end
- end
+class NavigationLinks < LucidComponent::Base
+ render do
+ P do
+ Link(to: '/') { 'Hello World!' }
+ SPAN " | "
+ Link(to: '/welcome') { 'Welcome!' }
+ end
+ end
end
\ No newline at end of file