Merge branch 'design_team' of github.com:Rulingcom/orbit into design_team
This commit is contained in:
		
						commit
						c35cd2e3a6
					
				| 
						 | 
				
			
			@ -50,13 +50,13 @@
 | 
			
		|||
				<div class="control-group">
 | 
			
		||||
					<label class="control-label">Start</label>
 | 
			
		||||
					<div class="controls">
 | 
			
		||||
						<%= f.datetime_select :postdate, {:use_month_numbers => true, :order => [:day, :month, :year] }, {:class => 'input-small'} %>				
 | 
			
		||||
						<%= f.datetime_select :postdate, {:use_month_numbers => true, :order => [:day, :month, :year] }, {:class => 'span1'} %>
 | 
			
		||||
					</div>
 | 
			
		||||
				</div>
 | 
			
		||||
				<div class="control-group">
 | 
			
		||||
					<label class="control-label">End</label>
 | 
			
		||||
					<div class="controls">
 | 
			
		||||
						<%= f.datetime_select :deadline, {:use_month_numbers => true, :prompt => { :month => 'Month', :day => 'Day', :year => 'Year'}, :order => [:day, :month, :year] }, {:class => 'input-small'} %>
 | 
			
		||||
						<%= f.datetime_select :deadline, {:use_month_numbers => true, :prompt => { :month => 'Month', :day => 'Day', :year => 'Year'}, :order => [:day, :month, :year] }, {:class => 'span1'} %>
 | 
			
		||||
					</div>
 | 
			
		||||
				</div>
 | 
			
		||||
			</div>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -2,10 +2,10 @@
 | 
			
		|||
<h1 class="h1"><%= @news_bulletin.title[I18n.locale] %></h1>
 | 
			
		||||
<div class="info">
 | 
			
		||||
	<div class="info1">
 | 
			
		||||
		<span class="pull-right"><%= dislpay_view_count(@news_bulletin) %></span>
 | 
			
		||||
		<span class="date"><%= @news_bulletin.postdate %></span>
 | 
			
		||||
		 | 
 | 
			
		||||
		<a href="" class="unit"><%= @news_bulletin.unit_list_for_anc.title[I18n.locale] rescue '' %></a>
 | 
			
		||||
		<span><%= dislpay_view_count(@news_bulletin) %></span>
 | 
			
		||||
	</div>
 | 
			
		||||
</div>
 | 
			
		||||
<div class="news_image">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -3,8 +3,9 @@
 | 
			
		|||
 | 
			
		||||
<p id="notice"><%= flash_messages %></p>
 | 
			
		||||
 | 
			
		||||
<div class="view_count pull-right"><%= dislpay_view_count(@page_context) %></div>
 | 
			
		||||
<h1 class="h1"><%= @page_context.page.i18n_variable[I18n.locale] rescue nil %></h1>
 | 
			
		||||
 | 
			
		||||
<div class="page_content"><%= @page_context.context[I18n.locale].html_safe rescue nil %></div>
 | 
			
		||||
 | 
			
		||||
<div><%= dislpay_view_count(@page_context) %></div>
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in New Issue