13 lines
211 B
Text
13 lines
211 B
Text
|
|
<div class="mainaboutbox">
|
||
|
|
<div class="maininfo">
|
||
|
|
<h1>Recent Updates</h1>
|
||
|
|
|
||
|
|
<% if current_user.present? %>
|
||
|
|
|
||
|
|
<%= link_to 'New', new_updates_path(@update) %>
|
||
|
|
|
||
|
|
<% end %>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|