Commit 682ae51

mo khan <mokhan@users.noreply.github.com>
2015-01-17 16:03:10
move period out of link
1 parent aa1fa8d
Changed files (1)
app
views
registrations
app/views/registrations/new.html.erb
@@ -16,7 +16,7 @@
     </label>
   </div> <!-- /.small-12 -->
   <div class="small-12 columns">
-    <label> <%= f.check_box :terms_and_conditions %> <%= t('.terms_and_conditions') %> <a href="#" data-reveal-id="terms_modal"><%= t('.terms_and_conditions_link') %>.</a></label>
+    <label> <%= f.check_box :terms_and_conditions %> <%= t('.terms_and_conditions') %> <a href="#" data-reveal-id="terms_modal"><%= t('.terms_and_conditions_link') %></a>.</label>
   </div> <!-- /.small-12 -->
   <div class="small-12 columns">
     <%= f.submit t('.register_button'), class: "button"  %>
@@ -26,4 +26,4 @@
 <div id="terms_modal" class="reveal-modal" data-reveal>
   <%= render 'layouts/terms_content' %>
   <a class="close-reveal-modal">&#215;</a>
-</div>
\ No newline at end of file
+</div>