Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TangentFoxy committed Jan 10, 2018
1 parent 212a49a commit f43b06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/ksp/crafts_index.moon
Expand Up @@ -18,7 +18,7 @@ class KSPCraftsIndex extends Widget
for tab in *tabs
if @params.tab == tab\lower!
li class: "is-active", -> a tab
real_tab = true
real_tab = true
else
li -> a href: @url_for("ksp_crafts_index", tab: tab\lower!), tab
unless real_tab
Expand Down

0 comments on commit f43b06f

Please sign in to comment.