app/views/alchemy/admin/pages/_table.html.erb in alchemy_cms-7.0.15 vs app/views/alchemy/admin/pages/_table.html.erb in alchemy_cms-7.1.0.pre.b1

- old
+ new

@@ -15,10 +15,10 @@ <%= sort_link [:alchemy, @query], :updated_at, Alchemy::Page.human_attribute_name(:updated_at), default_order: "desc" %> </th> - <th class="status center"><%= Alchemy::Page.human_attribute_name(:status) %></th> + <th class="status right"><%= Alchemy::Page.human_attribute_name(:status) %></th> <th class="tools"></th> </tr> </thead> <tbody> <%= render partial: "table_row", collection: @pages, as: "page" %>