Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • informationsvisualisierung-2024/infovis-projekt
1 result
Show changes
Commits on Source (2)
......@@ -48,8 +48,8 @@ dataHeader =
, th [ Html.Attributes.class "table-cell text-start" ] [ text "Consulate Country" ]
, th [ Html.Attributes.class "table-cell text-start" ] [ text "Consulate" ]
, th [ Html.Attributes.class "table-cell text-end" ] [ text "Year" ]
, th [ Html.Attributes.class "table-cell text-end" ] [ text "Total Visas (applied for)" ]
, th [ Html.Attributes.class "table-cell text-end" ] [ text "Total Visas (issued)" ]
, th [ Html.Attributes.class "table-cell text-end" ] [ text "Uniform Visas (applied for)" ]
, th [ Html.Attributes.class "table-cell text-end" ] [ text "Uniform Visas (issued)" ]
]
dataTable : List Entry -> Html Msg
......