Project

General

Profile

« Previous | Next » 

Revision 82e47ae0

Added by Amos Benari about 12 years ago

  • ID 82e47ae0f86994702c3a084cc6150250a81034ee

updates UI to bootstrap v2

View differences:

app/views/hosts/_conflicts.html.erb
<div id="host-conflicts-modal" class="modal in fade" <%= display(false) %>>
<div class="modal-header">
<a href="#" class="close">&times</a>
<a href="#" class="close" data-dismiss="modal">&times</a>
<h3>Conflicts have been detected</h3>
</div>
<div class="modal-body">
......
<p> Please review them carefully, if you are certain that they should be removed, please click on overwrite.</p>
<div class="alert-message block-message">
<div class="alert alert-message alert-block base">
<% @host.errors[:conflict].each do |e| -%>
<li><%= e %></li>
<% end -%>
</div>
<h4>Additionally, we are about to perform the following <%@host.queue.count %> actions</h4>
<div class="alert-message block-message info">
<div class="alert alert-message alert-block alert-info base">
<% @host.queue.all.each do |task| -%>
<li><%= task.name %></li>
<% end -%>

Also available in: Unified diff