projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e46754
)
Use th instead of td and b
author
Andy Allan
<git@gravitystorm.co.uk>
Wed, 14 Mar 2018 06:56:06 +0000
(14:56 +0800)
committer
Andy Allan
<git@gravitystorm.co.uk>
Wed, 14 Mar 2018 06:56:06 +0000
(14:56 +0800)
app/views/issues/index.html.erb
patch
|
blob
|
history
diff --git
a/app/views/issues/index.html.erb
b/app/views/issues/index.html.erb
index 30b283324822c39ca693fc0c10f7dc03facc2a0e..f688037d8ec777d36c93ab7a95ccc0b68603dbc1 100644
(file)
--- a/
app/views/issues/index.html.erb
+++ b/
app/views/issues/index.html.erb
@@
-21,11
+21,11
@@
<table class="issues-list">
<thead>
<tr>
- <t
d><b><%= t ".status" %></b></td
>
- <t
d><b><%= t ".reports" %></b></td
>
- <t
d><b><%= t ".reported_item" %></b></td
>
- <t
d><b><%= t ".reported_user" %></b></td
>
- <t
d><b><%= t ".last_updated" %></b></td
>
+ <t
h><%= t ".status" %></th
>
+ <t
h><%= t ".reports" %></th
>
+ <t
h><%= t ".reported_item" %></th
>
+ <t
h><%= t ".reported_user" %></th
>
+ <t
h><%= t ".last_updated" %></th
>
</tr>
</thead>
<tbody>