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
form
fieldset
input(type="text", placeholder="Search in...", class="search-project")
a(class="icon icon-search")
input.search-project(type="text", placeholder="Search in...")
a.icon.icon-search
div(class="create-project-button-wrapper")
a(class="button button-green create-project-button" href="" title="Create new project").
Create project
div.create-project-button-wrapper
a.button-green.create-project-button(href="" title="Create new project")
span Create project
div(tg-import-project-button)
a(class="button button-blackish import-project-button" href="" title="Import project")
span(class="icon icon-upload")
input(class="import-file hidden" type="file")
a.button-blackish.import-project-button(href="" title="Import project")
span.icon.icon-upload
input.import-file.hidden(type="file")
div(class="projects-pagination" tg-projects-pagination)
a(class="v-pagination-previous icon icon-arrow-up", href="")
div(class="v-pagination-list")
ul(class="projects-list")
a(class="v-pagination-next icon icon-arrow-bottom" href="")
div.projects-pagination(tg-projects-pagination)
a.v-pagination-previous.icon.icon-arrow-up(href="", title="Show previous projects")
div.v-pagination-list
ul.projects-list
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)
.create-project-button-wrapper
a.button-green.create-project-button(href="", ng-click="ctrl.newProject()",
title="Create new project") Create project
a.button-green.create-project-button(href="", ng-click="ctrl.newProject()", title="Create new project")
span Create project
div(tg-import-project-button)
a.button-blackish.import-project-button(href="", title="Import project")
span.icon.icon-upload