Skip to content

Commit be0b10a

Browse files
committed
fix typo in premium.slim
1 parent f847c03 commit be0b10a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/teams/premium.html.slim

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@
8080
=render partial: "/teams/jobs", locals: {job: @job}
8181

8282
.page
83-
#record-exit-path 'data-record-path' => record_exit_team_path(@team)
84-
#furthest-scrolled 'data-section' => nil, 'data-time-spent' => 0
83+
#record-exit-path data-record-path= record_exit_team_path(@team)
84+
#furthest-scrolled data-section=nil data-time-spent=0
8585

8686
header.team-header.cf style="background-color:#{@team.branding_hex_color}"
8787
.team-logo=image_tag(@team.avatar_url, :width => '104', :height => '104', :class => 'team-page-avatar')

0 commit comments

Comments
 (0)