projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
983e21d
)
Fix rubocop warnings
author
Tom Hughes
<tom@compton.nu>
Wed, 5 Sep 2018 18:33:54 +0000
(19:33 +0100)
committer
Tom Hughes
<tom@compton.nu>
Wed, 5 Sep 2018 18:33:54 +0000
(19:33 +0100)
app/views/changeset/index.atom.builder
patch
|
blob
|
history
diff --git
a/app/views/changeset/index.atom.builder
b/app/views/changeset/index.atom.builder
index 801b9cd398852e0e44223edb41359aa67fea8879..57befe117b5e39e9f726221f453eae66db277eaf 100644
(file)
--- a/
app/views/changeset/index.atom.builder
+++ b/
app/views/changeset/index.atom.builder
@@
-59,10
+59,10
@@
atom_feed(:language => I18n.locale, :schema_date => 2009,
table.tr do |tr|
tr.th t("browse.tag_details.tags")
tr.td do |td|
- td.table :cellpadding => "0" do |table|
+ td.table :cellpadding => "0" do |ta
g_ta
ble|
changeset.tags.sort.each do |tag|
- ta
ble.tr do |
tr|
- tr.td << "#{h(tag[0])} = #{linkify(h(tag[1]))}"
+ ta
g_table.tr do |tag_
tr|
+ t
ag_t
r.td << "#{h(tag[0])} = #{linkify(h(tag[1]))}"
end
end
end