Skip to content

Commit

Permalink
working on a bootstrap me button
Browse files Browse the repository at this point in the history
  • Loading branch information
rauhryan committed Mar 24, 2012
1 parent a50b849 commit 45a429b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.
5 changes: 4 additions & 1 deletion views/board.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
<a href="#toggle-drawer" class="hide iconic arrow-right arrow-left toggle-drawer"><span></span></a>
</div>
<div class="instructions hide drop-shadow lifted">
<%= markdown(:home) %>
<h2> We noticed you haven't setup your repository </h2>
<form action="/api/<%=@parameters[:user]%>/<%=@parameters[:repo]%>/createboard" method="post">
<input class="btn primary" type="submit" value="Do it for me!"/>
</form>
</div>
<% content_for :navigation do %>

Expand Down
17 changes: 0 additions & 17 deletions views/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,5 @@ Other supported key words
> moves GH-#
* ~~Make sure you create a hook for the Repository on the home page. Only click the button once (known defect)~~
* Currently you can only move one card per commit message (will fix soon)


Bugs
--------------------------
* * *

* ~~creates multiple post-receive hooks, only click once. You can manually delete the hook from the admin panel on github~~
* Milestones reordering takes a few seconds and I don't have a loading screen on there yet so give it a few seconds


Notes
--------------------------
* * *

* Milestones reordering will change the due date of your milestone. (currently the only way to order then)
* commit message that "push GH-#" past the last column close the issue

0 comments on commit 45a429b

Please sign in to comment.