add h1 text to bonfire, challenge and account views
This commit is contained in:
@@ -2,7 +2,8 @@ extends ../layout
|
||||
block content
|
||||
.col-xs-12.col-sm-12.col-md-12
|
||||
.panel.panel-primary
|
||||
.panel-heading.text-center #{username}
|
||||
.panel-heading.text-center
|
||||
h1 #{username}'s portfolio
|
||||
.panel-body
|
||||
.row
|
||||
.col-xs-12
|
||||
|
@@ -20,8 +20,7 @@ block content
|
||||
.row
|
||||
.col-xs-12.col-sm-12.col-md-4.bonfire-top
|
||||
#testCreatePanel
|
||||
|
||||
h2.text-center= name
|
||||
h1.text-center= name
|
||||
h2.text-center.bonfire-flames
|
||||
if (difficulty == "0")
|
||||
i.ion-ios-flame-outline
|
||||
|
@@ -3,7 +3,8 @@ block content
|
||||
.row
|
||||
.col-sm-12.col-md-12.col-xs-12
|
||||
.panel.panel-primary
|
||||
.panel-heading.text-center #{name} (takes #{time} minutes)
|
||||
.panel-heading.text-center
|
||||
h1 #{name} (takes #{time} minutes)
|
||||
script.
|
||||
var bonfireName = null;
|
||||
.panel.panel-body
|
||||
|
Reference in New Issue
Block a user