Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixos-search
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 64b07f96eb31
Choose a base ref
...
head repository: NixOS/nixos-search
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6ebeabbe00d2
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jan 20, 2021

  1. typo

    garbas committed Jan 20, 2021
    Copy the full SHA
    6ebeabb View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 src/Search.elm
4 changes: 2 additions & 2 deletions src/Search.elm
Original file line number Diff line number Diff line change
@@ -765,7 +765,7 @@ viewResults :
viewResults model result viewSuccess toRoute outMsg categoryName =
let
from =
String.fromInt model.from
String.fromInt (model.from + 1)

to =
String.fromInt
@@ -784,7 +784,7 @@ viewResults model result viewSuccess toRoute outMsg categoryName =
, div []
(List.append
[ text "Showing results "
, text <| from + 1
, text from
, text "-"
, text to
, text " of "