<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_web.git/app/views, branch 0.5.1</title>
<subtitle>[leap_web] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/'/>
<entry>
<title>check for presence of service_levels</title>
<updated>2014-05-14T17:47:26+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-05-14T17:47:26+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=702e444e57d7904e429d1628e600d11e2e793a62'/>
<id>702e444e57d7904e429d1628e600d11e2e793a62</id>
<content type='text'>
This way the pricing link will not be shown for an empty hash. Which is easier to get into the config file than nil. And we can later verify the configuration to have a hash as the service_levels.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This way the pricing link will not be shown for an empty hash. Which is easier to get into the config file than nil. And we can later verify the configuration to have a hash as the service_levels.
</pre>
</div>
</content>
</entry>
<entry>
<title>move User Control Panel heading out of masthead</title>
<updated>2014-05-13T12:45:49+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-05-13T12:45:49+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=503fa755ee7f5ec52e833a05fb640b1c16e89a5f'/>
<id>503fa755ee7f5ec52e833a05fb640b1c16e89a5f</id>
<content type='text'>
the masthead can only handle content of a limited width.

Alternatively we could make the masthead title wider and add padding on the left so it still aligns nicely with the mask. However the wider we make it the worse it looks on small width displays.

Another option would be to make the masthead contain multiple lines. However vertical aligment to the middle of 1 OR 2 lines of text is a real pain.

So I went with a super simple masthead and the Caption goes below.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the masthead can only handle content of a limited width.

Alternatively we could make the masthead title wider and add padding on the left so it still aligns nicely with the mask. However the wider we make it the worse it looks on small width displays.

Another option would be to make the masthead contain multiple lines. However vertical aligment to the middle of 1 OR 2 lines of text is a real pain.

So I went with a super simple masthead and the Caption goes below.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #156 from azul/bugfix/5548-hide-signup-forms-without-js</title>
<updated>2014-05-09T09:03:53+00:00</updated>
<author>
<name>azul</name>
<email>azul@riseup.net</email>
</author>
<published>2014-05-09T09:03:53+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=726244f1c6bb72fb53a257c084dfbdf7b9c2b03c'/>
<id>726244f1c6bb72fb53a257c084dfbdf7b9c2b03c</id>
<content type='text'>
hide srp forms when no js is available</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
hide srp forms when no js is available</pre>
</div>
</content>
</entry>
<entry>
<title>minor fix to default pricing chart</title>
<updated>2014-05-08T22:12:15+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2014-05-08T22:12:15+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=cf6aa0a6c8852424e39e4785a1bd783ab475376b'/>
<id>cf6aa0a6c8852424e39e4785a1bd783ab475376b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>minor: fixing comment</title>
<updated>2014-05-06T07:36:28+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-05-06T07:34:38+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=616313b406e561b45a73e34f54fd5fc7595f9658'/>
<id>616313b406e561b45a73e34f54fd5fc7595f9658</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>hide srp forms when no js is available</title>
<updated>2014-05-06T07:36:28+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-04-30T14:35:39+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=3952a7dfcd13993bd51ac7dc07cb3a01b4658e25'/>
<id>3952a7dfcd13993bd51ac7dc07cb3a01b4658e25</id>
<content type='text'>
Hiding them using two mechanisms in case one fails:
.hidden class - bootstrap hides them then
style='display:none' - so they are hidden even if css load fails
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Hiding them using two mechanisms in case one fails:
.hidden class - bootstrap hides them then
style='display:none' - so they are hidden even if css load fails
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #154 from azul/feature/display-pricing</title>
<updated>2014-05-06T07:35:53+00:00</updated>
<author>
<name>azul</name>
<email>azul@riseup.net</email>
</author>
<published>2014-05-06T07:35:53+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=3afb745d961c5b34d980e7e005c4e7bf81a880c4'/>
<id>3afb745d961c5b34d980e7e005c4e7bf81a880c4</id>
<content type='text'>
adopt pricing view to current service_level format</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
adopt pricing view to current service_level format</pre>
</div>
</content>
</entry>
<entry>
<title>adopt pricing view to current service_level format</title>
<updated>2014-04-29T16:03:44+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-04-29T11:56:14+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=229b93f58787d86a41cba2a894f04d5c351d7a56'/>
<id>229b93f58787d86a41cba2a894f04d5c351d7a56</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove os specific download buttons</title>
<updated>2014-04-29T10:34:32+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-04-29T10:34:32+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=5b3d92e40000e14c913c52227b5a717201cc5074'/>
<id>5b3d92e40000e14c913c52227b5a717201cc5074</id>
<content type='text'>
keeping the platform detection for now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
keeping the platform detection for now.
</pre>
</div>
</content>
</entry>
<entry>
<title>smaller download button with context on dash</title>
<updated>2014-04-29T10:31:24+00:00</updated>
<author>
<name>Azul</name>
<email>azul@leap.se</email>
</author>
<published>2014-04-29T10:31:24+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=8219db0c388f8b8caf7293cbd60086a1aeef8eb4'/>
<id>8219db0c388f8b8caf7293cbd60086a1aeef8eb4</id>
<content type='text'>
To use bitmask services:
Download Bitmask
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To use bitmask services:
Download Bitmask
</pre>
</div>
</content>
</entry>
</feed>
