playground/app/views/updates/index.html.erb

15 lines
203 B
Text
Raw Normal View History

2026-05-17 03:44:36 +00:00
<div class="mainaboutbox">
<% if authenticated? %>
<%= link_to 'New Update', new_update_path %>
<% else %>
.
<% end %>
<div class="maininfo">
<h1>Recent Updates</h1>
v
</div>
</div>