Remove superfluous classes.

This commit is contained in:
Richard Feldman
2016-03-25 22:44:31 -07:00
parent ee9c95499d
commit 81a447e0fe
8 changed files with 0 additions and 8 deletions

View File

@@ -86,7 +86,6 @@ viewSearchResult address result =
[ span [ class "star-count" ] [ text (toString result.stars) ] [ span [ class "star-count" ] [ text (toString result.stars) ]
, a , a
[ href ("https://github.com/" ++ result.name) [ href ("https://github.com/" ++ result.name)
, class "result-name"
, target "_blank" , target "_blank"
] ]
[ text result.name ] [ text result.name ]

View File

@@ -107,7 +107,6 @@ viewSearchResult address result =
[ span [ class "star-count" ] [ text (toString result.stars) ] [ span [ class "star-count" ] [ text (toString result.stars) ]
, a , a
[ href ("https://github.com/" ++ result.name) [ href ("https://github.com/" ++ result.name)
, class "result-name"
, target "_blank" , target "_blank"
] ]
[ text result.name ] [ text result.name ]

View File

@@ -119,7 +119,6 @@ viewSearchResult address result =
[ span [ class "star-count" ] [ text (toString result.stars) ] [ span [ class "star-count" ] [ text (toString result.stars) ]
, a , a
[ href ("https://github.com/" ++ result.name) [ href ("https://github.com/" ++ result.name)
, class "result-name"
, target "_blank" , target "_blank"
] ]
[ text result.name ] [ text result.name ]

View File

@@ -97,7 +97,6 @@ viewSearchResult address result =
[ span [ class "star-count" ] [ text (toString result.stars) ] [ span [ class "star-count" ] [ text (toString result.stars) ]
, a , a
[ href ("https://github.com/" ++ result.name) [ href ("https://github.com/" ++ result.name)
, class "result-name"
, target "_blank" , target "_blank"
] ]
[ text result.name ] [ text result.name ]

View File

@@ -97,7 +97,6 @@ viewSearchResult address result =
[ span [ class "star-count" ] [ text (toString result.stars) ] [ span [ class "star-count" ] [ text (toString result.stars) ]
, a , a
[ href ("https://github.com/" ++ result.name) [ href ("https://github.com/" ++ result.name)
, class "result-name"
, target "_blank" , target "_blank"
] ]
[ text result.name ] [ text result.name ]

View File

@@ -99,7 +99,6 @@ viewSearchResult address result =
[ span [ class "star-count" ] [ text (toString result.stars) ] [ span [ class "star-count" ] [ text (toString result.stars) ]
, a , a
[ href ("https://github.com/" ++ result.name) [ href ("https://github.com/" ++ result.name)
, class "result-name"
, target "_blank" , target "_blank"
] ]
[ text result.name ] [ text result.name ]

View File

@@ -38,7 +38,6 @@ view address model =
[ span [ class "star-count" ] [ text (toString model.stars) ] [ span [ class "star-count" ] [ text (toString model.stars) ]
, a , a
[ href ("https://github.com/" ++ model.name) [ href ("https://github.com/" ++ model.name)
, class "result-name"
, target "_blank" , target "_blank"
] ]
[ text model.name ] [ text model.name ]

View File

@@ -42,7 +42,6 @@ view address model =
[ span [ class "star-count" ] [ text (toString model.stars) ] [ span [ class "star-count" ] [ text (toString model.stars) ]
, a , a
[ href ("https://github.com/" ++ model.name) [ href ("https://github.com/" ++ model.name)
, class "result-name"
, target "_blank" , target "_blank"
] ]
[ text model.name ] [ text model.name ]