projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5198500
)
Style the table in the feed content.
author
Tom Hughes
<tom@compton.nu>
Tue, 7 Jul 2009 23:30:04 +0000
(23:30 +0000)
committer
Tom Hughes
<tom@compton.nu>
Tue, 7 Jul 2009 23:30:04 +0000
(23:30 +0000)
app/views/changeset/list.atom.builder
patch
|
blob
|
history
diff --git
a/app/views/changeset/list.atom.builder
b/app/views/changeset/list.atom.builder
index 960ce0ce278e83ba94f2fed050e9ae1494634e49..c71c22aa1e55580c09e5bf443ebc3b78a1245ac6 100644
(file)
--- a/
app/views/changeset/list.atom.builder
+++ b/
app/views/changeset/list.atom.builder
@@
-37,6
+37,7
@@
atom_feed(:language => I18n.locale, :schema_date => 2009,
end
feed.content :type => 'xhtml' do |xhtml|
+ xhtml.style "th { text-align: left } tr { vertical-align: top }"
xhtml.table do |table|
table.tr do |tr|
tr.th t("browse.changeset_details.created_at")
@@
-55,7
+56,7
@@
atom_feed(:language => I18n.locale, :schema_date => 2009,
end
end
unless changeset.tags.empty?
- table.tr
:valign => "top"
do |tr|
+ table.tr do |tr|
tr.th t("browse.tag_details.tags")
tr.td do |td|
td.table :cellpadding => "0" do |table|