app/views/layouts/express_translate/translate.html.erb in express_translate-1.0 vs app/views/layouts/express_translate/translate.html.erb in express_translate-1.0.0.0

- old
+ new

@@ -1,9 +1,9 @@ <!DOCTYPE html> <html> <head> - <title>Express Translate</title> + <title>Languages</title> <%= stylesheet_link_tag "express_translate/application", :media => "all" %> <%= javascript_include_tag "express_translate/application" %> <%= csrf_meta_tags %> </head> <body id="express_translate"> @@ -13,10 +13,10 @@ <span class="username_show">Rubify</span> <a class="logout" href="#"></a> <a class="back" href="/express_translate"></a> <a class="add" href="#add"></a> <a class="file" href="#"></a> - <h1>Express Translate</h1> + <h1>RLang</h1> </div> <%= yield %> <div class="footer"> \ No newline at end of file