Skip to content

Commit

Permalink
Merge 78b740b into 75079da
Browse files Browse the repository at this point in the history
  • Loading branch information
neilang committed Mar 6, 2013
2 parents 75079da + 78b740b commit fe67a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/rails_admin/main/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
%td.other.left= link_to "...", @other_left_link, :class => 'pjax'
- properties.map{ |property| property.bind(:object, object) }.each do |property|
- value = property.pretty_value
%td{:class => "#{property.css_class} #{property.type_css_class}", :title => strip_tags(value)}= value
%td{:class => "#{property.css_class} #{property.type_css_class}", :title => strip_tags(value.to_s)}= value
- if @other_right_link ||= other_right && index_path(params.merge(:set => (params[:set].to_i + 1)))
%td.other.right= link_to "...", @other_right_link, :class => 'pjax'
%td.last.links
Expand Down

0 comments on commit fe67a83

Please sign in to comment.