mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
Fixed the newsletter wiki link and removed the recently added page from the customization page !wip
This commit is contained in:
parent
9caa462ad2
commit
d72b028060
2 changed files with 3 additions and 3 deletions
|
@ -33,12 +33,12 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<!-- <div class="form-group">
|
||||
<div class="checkbox">
|
||||
<input type="checkbox" id="enable" [(ngModel)]="settings.recentlyAddedPage" [checked]="settings.recentlyAddedPage">
|
||||
<label for="enable">Enable Recently Added Page</label>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<div class="form-group">
|
||||
<label for="logo" class="control-label">Custom Logo</label>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<settings-menu></settings-menu>
|
||||
|
||||
<wiki [url]="'https://github.com/tidusjar/Ombi/wiki/Newsletter'"></wiki>
|
||||
<wiki [url]="'https://github.com/tidusjar/Ombi/wiki/Newsletter-Settings'"></wiki>
|
||||
<div *ngIf="settings">
|
||||
<fieldset>
|
||||
<legend>Newsletter</legend>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue