|
14 | 14 | <%= link_to "Schedule", schedule_path, class: "text-blue px-3 py-1 text-lg font-medium" %> |
15 | 15 | <%= link_to "My Plan", plan_path, class: "text-blue px-3 py-1 text-lg font-medium" %> |
16 | 16 | <a href="https://blueridgeruby.com/guide" target="_blank" rel="noopener" class="text-blue px-3 py-1 text-lg font-medium">Guide</a> |
| 17 | + <%= link_to "Annual Report", report_path, class: "text-blue px-3 py-1 text-lg font-medium" %> |
17 | 18 | <% if admin? %> |
18 | 19 | <%= link_to "Admin", admin_root_path, class: "text-blue px-3 py-1 text-lg font-medium" %> |
19 | 20 | <% end %> |
20 | 21 | <%= button_to "Sign Out", session_path, method: :delete, class: "text-blue px-3 py-1 text-lg font-medium cursor-pointer" %> |
21 | 22 | <% else %> |
22 | 23 | <a href="https://blueridgeruby.com/schedule" class="text-blue px-3 py-1 text-lg font-medium">Schedule</a> |
23 | 24 | <a href="https://blueridgeruby.com/#speakers" class="text-blue px-3 py-1 text-lg font-medium">Speakers</a> |
| 25 | + <%= link_to "Annual Report", report_path, class: "text-blue px-3 py-1 text-lg font-medium" %> |
24 | 26 | <%= link_to "Log In", new_session_path, class: "text-blue px-3 py-1 text-lg font-medium" %> |
25 | 27 | <a href="https://blueridgeruby.com/#register" class="bg-red-gradient text-white font-medium py-2 px-4 shadow-sm rounded-sm cursor-pointer">Register</a> |
26 | 28 | <% end %> |
|
44 | 46 | <%= link_to "Schedule", schedule_path, class: "text-blue block py-2 font-medium" %> |
45 | 47 | <%= link_to "My Plan", plan_path, class: "text-blue block py-2 font-medium" %> |
46 | 48 | <a href="https://blueridgeruby.com/guide" target="_blank" rel="noopener" class="text-blue block py-2 font-medium">Guide</a> |
| 49 | + <%= link_to "Annual Report", report_path, class: "text-blue block py-2 font-medium" %> |
47 | 50 | <% if admin? %> |
48 | 51 | <%= link_to "Admin", admin_root_path, class: "text-blue block py-2 font-medium" %> |
49 | 52 | <% end %> |
50 | 53 | <%= button_to "Sign Out", session_path, method: :delete, class: "text-blue block py-2 font-medium text-left cursor-pointer" %> |
51 | 54 | <% else %> |
52 | 55 | <a href="https://blueridgeruby.com/schedule" class="text-blue block py-2 font-medium">Schedule</a> |
53 | 56 | <a href="https://blueridgeruby.com/#speakers" class="text-blue block py-2 font-medium">Speakers</a> |
| 57 | + <%= link_to "Annual Report", report_path, class: "text-blue block py-2 font-medium" %> |
54 | 58 | <%= link_to "Log In", new_session_path, class: "text-blue block py-2 font-medium" %> |
55 | 59 | <div class="py-2"> |
56 | 60 | <a href="https://blueridgeruby.com/#register" class="bg-red-gradient text-white font-medium py-2 px-4 shadow-sm rounded-sm cursor-pointer">Register</a> |
|
0 commit comments