Browse Source

removed glyph icon reference (#79)

glyph icons are not currently used in this build
Dalton 5 years ago
parent
commit
03d5dac267
1 changed files with 0 additions and 2 deletions
  1. 0 2
      lib/templates/erb/scaffold/show.html.erb

+ 0 - 2
lib/templates/erb/scaffold/show.html.erb

@@ -1,10 +1,8 @@
 <div class="page-header">
   <%%= link_to <%= index_helper %>_path, class: 'btn btn-default' do %>
-    <span class="glyphicon glyphicon-list-alt"></span>
     All <%= plural_table_name.capitalize %>
   <%% end %>
   <%%= link_to edit_<%= singular_table_name %>_path(@<%= singular_table_name %>), class: 'btn btn-primary' do %>
-    <span class="glyphicon glyphicon-pencil"></span>
     Edit
   <%% end %>
   <h1>Show <%= singular_table_name %></h1>