Use Glyphicon's cloud-upload/download icons.

Akinori MUSHA лет %!s(int64=10): %!d(string=назад)
Родитель
Сommit
3c339d1b56
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      app/views/scenarios/index.html.erb
  2. 1 1
      app/views/user_credentials/index.html.erb

+ 1 - 1
app/views/scenarios/index.html.erb

@@ -44,7 +44,7 @@
44 44
 
45 45
       <div class="btn-group">
46 46
         <%= link_to icon_tag('glyphicon-plus') + ' New Scenario'.html_safe, new_scenario_path, class: "btn btn-default" %>
47
-        <%= link_to icon_tag('glyphicon-plus') + ' Import Scenario'.html_safe, new_scenario_imports_path, class: "btn btn-default" %>
47
+        <%= link_to icon_tag('glyphicon-cloud-upload') + ' Import Scenario'.html_safe, new_scenario_imports_path, class: "btn btn-default" %>
48 48
       </div>
49 49
     </div>
50 50
   </div>

+ 1 - 1
app/views/user_credentials/index.html.erb

@@ -38,7 +38,7 @@
38 38
 
39 39
       <div class="btn-group">
40 40
         <%= link_to new_user_credential_path, class: "btn btn-default" do %><span class="glyphicon glyphicon-plus"></span> New Credential<% end %>
41
-        <%= link_to user_credentials_path(format: :json), class: "btn btn-default" do %><span class="glyphicon glyphicon-download-alt"></span> Download Credentials<% end %>
41
+        <%= link_to user_credentials_path(format: :json), class: "btn btn-default" do %><span class="glyphicon glyphicon-cloud-download"></span> Download Credentials<% end %>
42 42
       </div>
43 43
     </div>
44 44
   </div>