Skip to content

Commit

Permalink
Merge pull request #11 from crookedneighbor/death_to_tables
Browse files Browse the repository at this point in the history
Change Ian on quests page to not use tables
  • Loading branch information
hairlessbear committed Jul 16, 2015
2 parents a9b3e6b + 6c6c9b3 commit 6657be5
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions website/views/options/inventory/quests.jade
Expand Up @@ -2,17 +2,14 @@
- var questCategories = {'unlockable':'unlockableQuests','gold':'goldQuests','pet':'petQuests'}

.container-fluid
.row-fluid
table
tr
td
.npc_ian
td
.popover.static-popover.fade.right.in
.arrow
h3.popover-title=env.t('ian')
.popover-content
p=env.t('ianText')
.row: .col-xs-12
.npc_ian.pull-left-sm.col-centered
.popover.static-popover.fade.right.in.pull-left-sm.col-centered
.arrow.hidden-xs
h3.popover-title=env.t('ian')
.popover-content
p=env.t('ianText')

.row
.col-md-6
h3.equipment-title=env.t('yourQuests')
Expand Down

0 comments on commit 6657be5

Please sign in to comment.