Thimblr 0.6.10 → 0.6.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/views/help.erb +0 -12
  2. metadata +1 -1
@@ -127,17 +127,6 @@ Hope you guys don't mind… -->
127
127
  <h2>Tumblr Settings</h2>
128
128
  <p>At some point I'll allow you to edit the (few) options that the tumblr emulator requires in this box. At the moment that includes the Posts per Page, which is set to 10.</p>
129
129
  <p>Go and have a poke around the <code>settings.yaml</code> if you really want to change this value</p>
130
- <%
131
- =begin <!--
132
- <p>Some templates are different depending on your tumblr settings. The following options will affect all the templates and data sets you use. They only affect Thimblr's emulation of Tumblr, not your real Tumblr account!</p>
133
- <form action="/tumblrsettings.set" id="tumblr">
134
- <label for="PostsPerPage">Posts Per Page</label>
135
- <div style="margin-bottom: 5px;" class="goody_data">
136
- <input type="text" value="10" name="PostsPerPage" id="PostsPerPage" />
137
- </div>
138
- </form>
139
- -->
140
- =end %>
141
130
  </div>
142
131
  <div class="goody_container">
143
132
  <h2>Import Data</h2>
@@ -156,7 +145,6 @@ Hope you guys don't mind… -->
156
145
  </div>
157
146
  </div>
158
147
  </div>
159
- </form>
160
148
  <img id="content_bottom" alt="" src="/images/content_bottom.png">
161
149
  <ul id="footer">
162
150
  <li><strong>Thimblr <a href="http://code.byJP.me" target="_new">by JP</a></strong></li>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Thimblr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.10
4
+ version: 0.6.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - JP Hastings-Spital