Skip to content

Commit

Permalink
Merge pull request #595 from amshkv/fix_header_layout_on_tablet_devices
Browse files Browse the repository at this point in the history
fix header tournir's layout on tablet devices
  • Loading branch information
imamatory committed Jan 17, 2020
2 parents caab660 + 340ad00 commit e1c62d4
Showing 1 changed file with 4 additions and 4 deletions.
@@ -1,13 +1,13 @@
.container-fluid
.row
.col
.col-8
h1
= @tournament.name |> String.upcase
span.small.text-muted.ml-3 = @tournament.state
span.mr-3 = @tournament.name |> String.upcase
span.small.text-muted = @tournament.state
= if @tournament.state == "waiting_participants" do
p Will start in #{@time.minutes} minutes #{@time.seconds} seconds

.col
.col-4
.text-right
= if is_creator?(@tournament, @current_user.id) do
button.btn.btn-outline-success.mx-2[phx-click="start"] Start
Expand Down

0 comments on commit e1c62d4

Please sign in to comment.