Skip to content

Commit

Permalink
Fixing admin article list formatting issues in chrome.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeady committed Sep 23, 2012
1 parent 6072eb4 commit acd9cad
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/views/admin/content/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
do %>

<table class="zebra-striped clearfix">
<thead>
<tr class='noborder'>
<td colspan=5>
<input id="search" type="text" name="search[searchstring]" class='large' />
Expand Down Expand Up @@ -42,9 +41,6 @@
<th><%= _("Date") %></th>
<th class='last'><%= _("Feedback")%></th>
</tr>
</thead>
<tbody id="articleList">
<%= render 'article_list', { :articles => @articles } -%>
</tbody>
</table>
<%end%>

0 comments on commit acd9cad

Please sign in to comment.