Skip to content

Commit 9ea4f0a

Browse files
dan-fRubenVerborgh
authored andcommitted
Reduce verbosity
1 parent bfe1c9b commit 9ea4f0a

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

default-templates/new-account/index.html

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<title>{{#if name}}{{name}} -- {{/if}}Solid Home</title>
6+
<title>{{#if name}}{{name}} &ndash; {{/if}}Solid Home</title>
77
<link rel="stylesheet" href="/common/css/bootstrap.min.css">
88
</head>
99
<body>
1010
<div class="container">
1111
<nav class="navbar navbar-default">
1212
<div class="container-fluid">
1313
<div class="navbar-header">
14-
<a href="/" class="navbar-brand">{{#if name}}{{name}} -- {{/if}}Solid Home</a>
14+
<a href="/" class="navbar-brand">{{#if name}}{{name}} &ndash; {{/if}}Solid Home</a>
1515
</div>
1616
</div>
1717
</nav>
@@ -20,9 +20,10 @@
2020
<div class="row">
2121
<div class="col-md-12">
2222
<p class="lead">
23-
This is a public homepage of
24-
{{#if name}}{{name}}, whose WebID is{{else}}a user with WebID{{/if}}
25-
<a href="{{webId}}">{{webId}}</a>.
23+
<span>
24+
This is a public homepage of {{#if name}}{{name}}, whose WebID is{{else}}a user with WebID{{/if}}
25+
</span>
26+
<a href="{{webId}}"><mark>{{webId}}</mark></a>.
2627
</p>
2728
</div>
2829
</div>
@@ -36,12 +37,10 @@ <h1>Data</h1>
3637
</a>
3738
<a href="/inbox/" target="_blank" class="list-group-item">
3839
<span class="lead">Inbox</span>
39-
<span>- Anyone can post messages to this, but only {{#if name}}{{name}}{{else}}the account owner{{/if}} can read them</span>
4040
<span class="badge">private</span>
4141
</a>
4242
<a href="/public/" target="_blank" class="list-group-item">
4343
<span class="lead">Public Folder</span>
44-
<span>- {{#if name}}{{name}}{{else}}the account owner{{/if}} shares public documents here</span>
4544
<span class="badge">public</span>
4645
</a>
4746
</div>

0 commit comments

Comments
 (0)