Skip to content

Commit

Permalink
Merge pull request #4094 from radinamatic/i18-contentrec
Browse files Browse the repository at this point in the history
Fixed i18 wrapping in content rec cards.
  • Loading branch information
rtibbles committed Jul 14, 2015
2 parents 5a65d03 + 39c9c3a commit 1295234
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--This is where the card title is-->
<div class="row card-title">
<div class="col-xs-9">
<h1 class="card-title">Explore</h1>
<h1 class="card-title">{{_ "Explore" }}</h1>
</div>
<div class="col-xs-3">
<h1 class="glyphicon glyphicon-road" aria-hidden="true"></h1>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
along the nav and show them the entire series-->
<a href="/learn/{{ topic.path }}">
<div class="col-xs-3">
<h4>Topic</h4>
<h4>{{_ "Topic" }}</h4>
<span class="ns_series_arrow glyphicon glyphicon-arrow-right" aria-hidden="true"></span>
</div>
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--This is where the title to the card goes-->
<div class="row card-title">
<div class="col-xs-9">
<h1>Next Steps</h1>
<h1>{{_ "Next Steps" }}</h1>
</div>
<div class="col-xs-3">
<h1 class="glyphicon glyphicon-ok" aria-hidden="true"></h1>
Expand Down

0 comments on commit 1295234

Please sign in to comment.