Add new button to index page.

This commit is contained in:
BoHung Chiu 2021-06-11 12:08:41 +08:00
parent f9f33feb1a
commit 08c3602daf
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@
<% if @fiter_albums.length > @limit_count %>
<button class="btn btn-small btn-info" id="load_html"><%= t('gallery.load_html') %></button>
<% end %>
<a class="btn btn-small btn-primary" href="<%= new_admin_gallery_path %>" title="<%=t(:new_)%>"><%=t(:new_)%></a>
</div>
</div>
<% else %>