diff options
Diffstat (limited to 'inst/app/templates/content/estimation/estimates/add-estimators/parameters.html')
-rw-r--r-- | inst/app/templates/content/estimation/estimates/add-estimators/parameters.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/inst/app/templates/content/estimation/estimates/add-estimators/parameters.html b/inst/app/templates/content/estimation/estimates/add-estimators/parameters.html deleted file mode 100644 index 5250e31..0000000 --- a/inst/app/templates/content/estimation/estimates/add-estimators/parameters.html +++ /dev/null @@ -1,7 +0,0 @@ -<div class="my-4" data-display-if="input.estimator_select === '{{ id }}'"> - <h5>Parameters</h5> - {{ htmlTemplate(paste0("templates/content/estimation/estimates/add-estimators/", id, ".html")) }} - <button id="add_{{ id }}" type="button" class="btn btn-outline-primary btn-sm action-button mt-3"> - <span class="glyphicon glyphicon-plus"></span> Add - </button> -</div> |