We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Используется не рабочий пакет: accounts-ui-bootstrap-dropdown
accounts-ui-bootstrap-dropdown
Вместо него нужно использовать: ian:accounts-ui-bootstrap-3
ian:accounts-ui-bootstrap-3
Код /client/views/includes/header.html :
<template name="header"> <nav class="navbar navbar-default" role="navigation"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navigation"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="{{pathFor 'postsList'}}">Microscope</a> </div> <div class="collapse navbar-collapse" id="navigation"> <ul class="nav navbar-nav navbar-right"> {{> loginButtons}} </ul> </div> </nav> </template>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Используется не рабочий пакет:
accounts-ui-bootstrap-dropdown
Вместо него нужно использовать:
ian:accounts-ui-bootstrap-3
Код /client/views/includes/header.html :
The text was updated successfully, but these errors were encountered: