Remove superfluous classes.
This commit is contained in:
@@ -86,7 +86,6 @@ viewSearchResult address result =
|
||||
[ span [ class "star-count" ] [ text (toString result.stars) ]
|
||||
, a
|
||||
[ href ("https://github.com/" ++ result.name)
|
||||
, class "result-name"
|
||||
, target "_blank"
|
||||
]
|
||||
[ text result.name ]
|
||||
|
||||
@@ -107,7 +107,6 @@ viewSearchResult address result =
|
||||
[ span [ class "star-count" ] [ text (toString result.stars) ]
|
||||
, a
|
||||
[ href ("https://github.com/" ++ result.name)
|
||||
, class "result-name"
|
||||
, target "_blank"
|
||||
]
|
||||
[ text result.name ]
|
||||
|
||||
@@ -119,7 +119,6 @@ viewSearchResult address result =
|
||||
[ span [ class "star-count" ] [ text (toString result.stars) ]
|
||||
, a
|
||||
[ href ("https://github.com/" ++ result.name)
|
||||
, class "result-name"
|
||||
, target "_blank"
|
||||
]
|
||||
[ text result.name ]
|
||||
|
||||
@@ -97,7 +97,6 @@ viewSearchResult address result =
|
||||
[ span [ class "star-count" ] [ text (toString result.stars) ]
|
||||
, a
|
||||
[ href ("https://github.com/" ++ result.name)
|
||||
, class "result-name"
|
||||
, target "_blank"
|
||||
]
|
||||
[ text result.name ]
|
||||
|
||||
@@ -97,7 +97,6 @@ viewSearchResult address result =
|
||||
[ span [ class "star-count" ] [ text (toString result.stars) ]
|
||||
, a
|
||||
[ href ("https://github.com/" ++ result.name)
|
||||
, class "result-name"
|
||||
, target "_blank"
|
||||
]
|
||||
[ text result.name ]
|
||||
|
||||
@@ -99,7 +99,6 @@ viewSearchResult address result =
|
||||
[ span [ class "star-count" ] [ text (toString result.stars) ]
|
||||
, a
|
||||
[ href ("https://github.com/" ++ result.name)
|
||||
, class "result-name"
|
||||
, target "_blank"
|
||||
]
|
||||
[ text result.name ]
|
||||
|
||||
@@ -38,7 +38,6 @@ view address model =
|
||||
[ span [ class "star-count" ] [ text (toString model.stars) ]
|
||||
, a
|
||||
[ href ("https://github.com/" ++ model.name)
|
||||
, class "result-name"
|
||||
, target "_blank"
|
||||
]
|
||||
[ text model.name ]
|
||||
|
||||
@@ -42,7 +42,6 @@ view address model =
|
||||
[ span [ class "star-count" ] [ text (toString model.stars) ]
|
||||
, a
|
||||
[ href ("https://github.com/" ++ model.name)
|
||||
, class "result-name"
|
||||
, target "_blank"
|
||||
]
|
||||
[ text model.name ]
|
||||
|
||||
Reference in New Issue
Block a user