ruby-x.github.io/app/views/layouts/_menu.html.haml
2018-04-16 21:35:31 +03:00

8 lines
284 B
Plaintext

%ul.nav
%li= link_to "Home" , root_path
%li= link_to "Architecture", "/rubyx/layers.html"
%li= link_to "Arm Resources" , "/arm/overview.html"
%li= link_to "About" , "/project/motivation.html"
%li= link_to "Misc" , "/misc/index.html"
%li= link_to "News" , blog_index_path