Fix inheritance code and buttons

stable
Xavier Julián 2015-03-12 13:22:12 +01:00
parent 44080a63ef
commit 9f4292782a
2 changed files with 15 additions and 15 deletions

View File

@ -1,20 +1,20 @@
h1 Your projects h1 Your projects
form form
fieldset fieldset
input(type="text", placeholder="Search in...", class="search-project") input.search-project(type="text", placeholder="Search in...")
a(class="icon icon-search") a.icon.icon-search
div(class="create-project-button-wrapper") div.create-project-button-wrapper
a(class="button button-green create-project-button" href="" title="Create new project"). a.button-green.create-project-button(href="" title="Create new project")
Create project span Create project
div(tg-import-project-button) div(tg-import-project-button)
a(class="button button-blackish import-project-button" href="" title="Import project") a.button-blackish.import-project-button(href="" title="Import project")
span(class="icon icon-upload") span.icon.icon-upload
input(class="import-file hidden" type="file") input.import-file.hidden(type="file")
div(class="projects-pagination" tg-projects-pagination) div.projects-pagination(tg-projects-pagination)
a(class="v-pagination-previous icon icon-arrow-up", href="") a.v-pagination-previous.icon.icon-arrow-up(href="", title="Show previous projects")
div(class="v-pagination-list") div.v-pagination-list
ul(class="projects-list") ul.projects-list
a(class="v-pagination-next icon icon-arrow-bottom" href="") a.v-pagination-next.icon.icon-arrow-bottom(href="", title="Show next projects")

View File

@ -25,8 +25,8 @@ div.home-projects-list(ng-controller="ProjectsController as ctrl")
div(tg-projects-list) div(tg-projects-list)
.create-project-button-wrapper .create-project-button-wrapper
a.button-green.create-project-button(href="", ng-click="ctrl.newProject()", a.button-green.create-project-button(href="", ng-click="ctrl.newProject()", title="Create new project")
title="Create new project") Create project span Create project
div(tg-import-project-button) div(tg-import-project-button)
a.button-blackish.import-project-button(href="", title="Import project") a.button-blackish.import-project-button(href="", title="Import project")
span.icon.icon-upload span.icon.icon-upload