You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lidarr/src/UI/System/Info/About/AboutViewTemplate.hbs

21 lines
402 B

<fieldset>
<legend>About</legend>
<dl class="dl-horizontal info">
<dt>Version</dt>
<dd>{{version}}</dd>
{{#if isMonoRuntime}}
<dt>Mono Version</dt>
<dd>{{runtimeVersion}}</dd>
{{/if}}
<dt>AppData directory</dt>
<dd>{{appData}}</dd>
<dt>Startup directory</dt>
<dd>{{startupPath}}</dd>
</dl>
</fieldset>