Add new button to index page.
This commit is contained in:
parent
f9f33feb1a
commit
08c3602daf
|
@ -76,6 +76,7 @@
|
||||||
<% if @fiter_albums.length > @limit_count %>
|
<% if @fiter_albums.length > @limit_count %>
|
||||||
<button class="btn btn-small btn-info" id="load_html"><%= t('gallery.load_html') %></button>
|
<button class="btn btn-small btn-info" id="load_html"><%= t('gallery.load_html') %></button>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
<a class="btn btn-small btn-primary" href="<%= new_admin_gallery_path %>" title="<%=t(:new_)%>"><%=t(:new_)%></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<% else %>
|
<% else %>
|
||||||
|
|
Loading…
Reference in New Issue