diff options
author | Jochen Topf <jochen@topf.org> | 2014-09-07 20:24:58 +0200 |
---|---|---|
committer | Jochen Topf <jochen@topf.org> | 2014-09-07 20:24:58 +0200 |
commit | 390a3ee7fb1301dda142b2d0d9c349bfc8577c01 (patch) | |
tree | 2f666968644bfc63f252d25304b0d6e59339dada /web/views | |
parent | 866f4c505b978d18fce4b25c2c9c4cfd57747979 (diff) | |
download | taginfo-390a3ee7fb1301dda142b2d0d9c349bfc8577c01.tar taginfo-390a3ee7fb1301dda142b2d0d9c349bfc8577c01.tar.gz |
Rename 'fetch_result' to 'status'.
Diffstat (limited to 'web/views')
-rw-r--r-- | web/views/taginfo/projects.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/views/taginfo/projects.erb b/web/views/taginfo/projects.erb index dda4111..bca034d 100644 --- a/web/views/taginfo/projects.erb +++ b/web/views/taginfo/projects.erb @@ -23,7 +23,7 @@ <%= h(project['data_updated']) %> </td> <td class="tc<%= c %> nowrap"><%= h(project['fetch_status']) %></td> - <td class="tc<%= c %> nowrap"><%= h(project['fetch_result']) %></td> + <td class="tc<%= c %> nowrap"><%= h(project['status']) %></td> <td class="<%= c %> nowrap"> <a href="<%= h(project['json_url']) %>"><%= h(project['json_url']) %></a><br/> <a href="<%= h(project['data_url']) %>"><%= h(project['data_url']) %></a> |