test/dummy/app/views/translation_handler/translations/index.html.erb in translation_handler-0.0.1 vs test/dummy/app/views/translation_handler/translations/index.html.erb in translation_handler-0.0.2
- old
+ new
@@ -1,10 +1,7 @@
-<%= kolas_url %>
<ul>
<% @available_locales.each do |locale| %>
<li><%= link_to locale, edit_translation_handler_translation_path(:id => locale) %></li>
<% end %>
</ul>
-<%= link_to 'Create New Language', new_translation_handler_translation_path %>
-
-asfjbskjfbsdf
+<%= link_to 'Create New Language', new_translation_handler_translation_path %>
\ No newline at end of file