summaryrefslogtreecommitdiff
path: root/web/views
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2014-09-07 20:24:58 +0200
committerJochen Topf <jochen@topf.org>2014-09-07 20:24:58 +0200
commit390a3ee7fb1301dda142b2d0d9c349bfc8577c01 (patch)
tree2f666968644bfc63f252d25304b0d6e59339dada /web/views
parent866f4c505b978d18fce4b25c2c9c4cfd57747979 (diff)
downloadtaginfo-390a3ee7fb1301dda142b2d0d9c349bfc8577c01.tar
taginfo-390a3ee7fb1301dda142b2d0d9c349bfc8577c01.tar.gz
Rename 'fetch_result' to 'status'.
Diffstat (limited to 'web/views')
-rw-r--r--web/views/taginfo/projects.erb2
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>