]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/users/_contact.html.erb
Remove the Yahoo OpenID link as they no longer support OpenID
[rails.git] / app / views / users / _contact.html.erb
index a5b29411c64e30d34cae1ca6a6d571562320e689..c7e10c060c2c655eb4076f6d0d301ff8bff3e437 100644 (file)
@@ -21,7 +21,7 @@
     <p>
       <% changeset = contact.changesets.first %>
       <% if changeset %>
-        <%= t("users.show.latest edit", :ago => time_ago_in_words(changeset.created_at, :scope => :'datetime.distance_in_words_ago')) %>
+        <%= t("users.show.latest edit", :ago => time_ago_in_words(changeset.created_at, :scope => :"datetime.distance_in_words_ago")) %>
         <% comment = changeset.tags["comment"].to_s == "" ? t("browse.no_comment") : changeset.tags["comment"] %>
         <q><%= link_to(comment,
                        { :controller => "browse", :action => "changeset", :id => changeset.id },