Rename “isFriend” property to just “friend”.
[Sone.git] / src / main / resources / templates / include / viewSone.html
index 57ab384..c75119a 100644 (file)
@@ -3,7 +3,7 @@
        <div class="last-update">(<%= View.Sone.Label.LastUpdate|l10n|html> <% sone.time|date format="MMM d, yyyy, HH:mm:ss">)</div>
        <%ifnull ! currentSone>
                <%if ! sone.isCurrent>
-                       <%if sone.isFriend>
+                       <%if sone.friend>
                                <form class="unfollow" action="unfollowSone.html" method="post">
                                        <input type="hidden" name="formPassword" value="<% formPassword|html>" />
                                        <input type="hidden" name="sone" value="<% sone.id>" />