Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Fixed bug introduced by refactoring.
Browse files Browse the repository at this point in the history
  • Loading branch information
nning committed Feb 17, 2014
1 parent 7bb3bef commit 8792e28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions app/assets/stylesheets/alias-goto-list-item.css.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
p.alias-goto-list-item {
margin: 0;
}
3 changes: 2 additions & 1 deletion app/helpers/aliases_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ def address_list(string)
o = Lookup.by_email(a)
a = link_to a, [:edit, :admin, o.domain, o]
rescue Lookup::Error
a = content_tag :p, a
end

a = content_tag :p, a, class: 'alias-goto-list-item'

html.push a
end

Expand Down

0 comments on commit 8792e28

Please sign in to comment.