Add link to WoT profile for unknown Sones.
[Sone.git] / src / main / resources / templates / viewSone.html
index d80818a..6dd3912 100644 (file)
@@ -7,7 +7,10 @@
 
                <h1><%= Page.ViewSone.Page.TitleWithoutSone|l10n|html></h1>
 
-               <p><%= Page.ViewSone.NoSone.Description|l10n|replace needle="{sone}" replacementKey=soneId|html></p>
+               <p>
+                       <%= Page.ViewSone.NoSone.Description|l10n|replace needle="{sone}" replacementKey=soneId|html>
+                       <a href="/WebOfTrust/ShowIdentity?id=<% sone.id|html>"><%= Page.ViewSone.Profile.Name.WoTLink|l10n|html></a>
+               </p>
 
        <%elseifnull sone.name>
 
@@ -37,6 +40,7 @@
                                        <div class="profile-field">
                                                <div class="name"><%= Page.ViewSone.Profile.Label.Albums|l10n|html></div>
                                                <div class="value">
+                                                       <a href="imageBrowser.html?sone=<% sone.id|html>"><% =Page.ViewSone.Profile.Albums.Text.All|l10n|html></a>,
                                <%/first>
                                        <a href="imageBrowser.html?album=<%album.id|html>"><%album.title|html></a><%notlast>, <%/notlast>
                                <%last>