re-add guard, rename "profile" menu item to "accounts" and add the github badge to the accounts sidebar

This commit is contained in:
Sven Fuchs 2012-10-17 03:21:28 +02:00
parent 1446fe7aa7
commit 03595db5fa
8 changed files with 1622 additions and 1612 deletions

View File

@ -20,4 +20,6 @@ group :development do
gem 'debugger'
gem 'foreman'
gem 'rerun'
gem 'guard'
gem 'rb-fsevent', '~> 0.9.1'
end

View File

@ -40,6 +40,9 @@ GEM
foreman (0.60.2)
thor (>= 0.13.6)
fssm (0.2.9)
guard (1.4.0)
listen (>= 0.4.2)
thor (>= 0.14.6)
kgio (2.7.4)
listen (0.5.3)
multi_json (1.3.6)
@ -50,10 +53,11 @@ GEM
rack
raindrops (0.10.0)
rake (0.9.2.2)
rb-fsevent (0.9.2)
rerun (0.7.1)
listen
sass (3.2.1)
thor (0.14.6)
thor (0.16.0)
tilt (1.3.3)
uglifier (1.3.0)
execjs (>= 0.3.0)
@ -71,11 +75,13 @@ DEPENDENCIES
compass
debugger
foreman
guard
rack-cache
rack-ssl (~> 1.3)
rake (~> 0.9.2)
rake-pipeline!
rake-pipeline-web-filters!
rb-fsevent (~> 0.9.1)
rerun
tilt
uglifier

View File

@ -13,9 +13,11 @@
</div>
<div id="right">
<a id="github" href="https://github.com/travis-ci" title="Fork me on GitHub">
{{t layouts.application.fork_me}}
</a>
<div id="github-wrapper">
<a id="github" href="https://github.com/travis-ci" title="Fork me on GitHub">
{{t layouts.application.fork_me}}
</a>
</div>
<div id="slider" {{action toggle target="Travis.app.slider"}}>
<div class='icon'></div>&nbsp;

View File

@ -23,7 +23,7 @@
</p>
<ul>
<li>
<a {{action showProfile href=true}}>{{t layouts.top.profile}}</a>
<a {{action showProfile href=true}}>Accounts</a>
</li>
<li>
<a href="/" {{action signOut target="Travis.app"}}>{{t layouts.top.sign_out}}</a>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
d5d950e0
6d938637