summaryrefslogtreecommitdiffstats
path: root/app/views/email_addresses
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2016-12-03 09:15:31 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2016-12-03 09:15:31 +0000
commit48f72a3d15def45352c0be4e7f27b2ba3852f949 (patch)
tree728515a1a7a51bac340ed908582780411e4f4a07 /app/views/email_addresses
parent3e86a2ab52bcadea6ed92522a3d3e88b6dc4aa30 (diff)
downloadredmine-48f72a3d15def45352c0be4e7f27b2ba3852f949.tar.gz
redmine-48f72a3d15def45352c0be4e7f27b2ba3852f949.zip
Use css pseudo-classes instead "odd", "even" classes (#15361).
Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16050 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/email_addresses')
-rw-r--r--app/views/email_addresses/_index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/email_addresses/_index.html.erb b/app/views/email_addresses/_index.html.erb
index 644cd759b..2fcf0b496 100644
--- a/app/views/email_addresses/_index.html.erb
+++ b/app/views/email_addresses/_index.html.erb
@@ -1,7 +1,7 @@
<% if @addresses.present? %>
<table class="list email_addresses">
<% @addresses.each do |address| %>
- <tr class="<%= cycle("odd", "even") %>">
+ <tr>
<td class="email"><%= address.address %></td>
<td class="buttons">
<%= toggle_email_address_notify_link(address) %>