Skip to content

Commit

Permalink
Removes a leftover button that should not be here anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
Frédéric de Villamil committed Aug 16, 2013
1 parent cdd6e30 commit 236e617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/admin/statuses/new.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<% @page_heading = _('Short statuses') + content_tag(:div, link_to(_("New Status"), {:controller => 'statuses', :action => 'new'}, :id => 'dialog-link', :class => 'btn btn-info'), :class => 'pull-right') %>
<% @page_heading = _('Short statuses') %>
<div>
<div class='span4'>
<%= form_tag :action=>"edit", :id => @status.id do %>
Expand Down

0 comments on commit 236e617

Please sign in to comment.