Skip to content

Commit

Permalink
minor (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
boogheta committed Jun 22, 2021
1 parent 8cb63e2 commit 48aa1cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hyphe_frontend/app/partials/disclaimer.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div ng-if="display" style="position: relative;" layout-fill>
<div class="disclaimer">
<div class="disclaimer-header">/!\ DISCLAIMER</div>
<div class="disclaimer-header">/!\ DISCLAIMER /!\</div>
<div class="text" ng-bind-html="disclaimer"></div>
</div>
</div>
5 changes: 2 additions & 3 deletions hyphe_frontend/app/views/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -329,16 +329,16 @@ <h3 style="margin:0px">CAUTIOUS DOMAINS</h3>
<div flex="50" flex-xs="100" flex-gt-sm="33" layout="column" style="padding: 4px">
<md-content style="padding: 8px" md-colors="{'background': 'default-background-100'}" flex="grow">
<h3 style="margin:0px">CRAWL WEB ARCHIVES</h3>

<div class="disclaimer">
<div class="disclaimer-header">/!\ EXPERIMENTAL /!\</div>
<div class="text">This is an experimental feature: you should understand that crawling web archives is necessarily much slower since all crawls will query only one same server.</div>
</div>
<dl class="key-value-pairs">

<dl class="key-value-pairs">
<div ng-hide="options.webarchives_option !== ''">
<dd style="min-height: 22px">{{ webarchives_chosen_option.label }}</dd>
</div>

<div ng-hide="options.webarchives_option === ''">
<dt>Source</dt>
<dd style="min-height: 22px">{{ webarchives_chosen_option.label }}</dd>
Expand All @@ -349,7 +349,6 @@ <h3 style="margin:0px">CRAWL WEB ARCHIVES</h3>
<dt>Days to consider around the date</dt>
<dd style="min-height: 22px">{{options.webarchives_days_range}}</dd>
</div>

</dl>

</md-content>
Expand Down

0 comments on commit 48aa1cd

Please sign in to comment.