You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h5>{"A searchable database of neutron cross sections with interactive plotting created by Jon Shimwell."}</h5>
405
426
406
427
407
428
<div class="d-flex mb-2">
@@ -483,7 +504,7 @@ pub fn home() -> Html {
483
504
data={paginated_data}
484
505
orderable={true}
485
506
/>
486
-
<h5>{"Selected"} <span class="badge text-bg-secondary">{sum}</span>{" from 41337 available database entries."}</h5>
507
+
<h5>{sum}{" / 41337"}</h5>
487
508
</div>
488
509
<div class="flex-grow-1 p-2 input-group">
489
510
@@ -500,7 +521,11 @@ pub fn home() -> Html {
500
521
clear_plot_callback={clear_plot_callback}
501
522
/>
502
523
</div>
503
-
<h5><a href="https://github.com/openmc-data-storage/nuclide_cross_section_plotter.rs/">{"Help improve this website by contributing to the repository,"}</a></h5>
524
+
// <h5>{"Created by Jon Shimwell, source code available "}</h5>
0 commit comments