Sha256: 9ff1fe05d0830f87b2ff98e2917db6cc2c12f9f59e6584c5d425213d83d58a58
Contents?: true
Size: 1.27 KB
Versions: 2
Compression:
Stored size: 1.27 KB
Contents
<nav> <div id="nav"> <ul class="left"> <li class="no_hover"> <%= link_to main_app.root_url do %> <span><%= image_tag "dfm_web/uwcrest.png", size: '19x42' %>DFM Web</span> <% end %> </li> <li class="no_hover no_print"> <form><input type="text" placeholder="Search"></form> </li> </ul> <ul class="right"> <li><%= link_to(image_tag('dfm_web/excel.png', size: "32x42"), '#excel') %></li> <li><%= link_to(image_tag('dfm_web/word.png', size: "32x42"), '#word') %></li> <li><%= link_to "Mailers", "/rails/mailers/mailer/example" %></li> <li><%= link_to "Pure", pure_path %></li> <li><%= link_to "Print", print_path %></li> <li> <%= link_to("Flash", '#') %> <ul> <li><%= link_to('Notices', notice_path) %></li> <li><%= link_to('Alerts', alert_path) %></li> </ul> </li> <li> <%= link_to "News", news_path %> <ul> <li><%= link_to("#{Date.today.strftime("%A")}'s Weather", news_path + "#weather") %></li> <li><%= link_to('Sasuke Flips Car', news_path + "#sasuke") %></li> <li><%= link_to('Ricky Faces Jail Time', news_path + "#ricky") %></li> </ul> </li> </ul> </div> </nav>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dfm_web-5.0.0 | spec/dummy/app/views/layouts/_nav.html.erb |
dfm_web-4.1.3 | spec/dummy/app/views/layouts/_nav.html.erb |